MLIR 22.0.0git
ExportSMTLIB.cpp File Reference

Go to the source code of this file.

Functions

MlirLogicalResult mlirTranslateOperationToSMTLIB (MlirOperation module, MlirStringCallback callback, void *userData, bool inlineSingleUseValues, bool indentLetBody)
MlirLogicalResult mlirTranslateModuleToSMTLIB (MlirModule module, MlirStringCallback callback, void *userData, bool inlineSingleUseValues, bool indentLetBody)
 Emits SMTLIB for the specified module using the provided callback and user data.

Function Documentation

◆ mlirTranslateModuleToSMTLIB()

MlirLogicalResult mlirTranslateModuleToSMTLIB ( MlirModule module,
MlirStringCallback callback,
void * userData,
bool inlineSingleUseValues,
bool indentLetBody )

Emits SMTLIB for the specified module using the provided callback and user data.

Definition at line 34 of file ExportSMTLIB.cpp.

References mlirModuleGetOperation(), and mlirTranslateOperationToSMTLIB().

◆ mlirTranslateOperationToSMTLIB()

MlirLogicalResult mlirTranslateOperationToSMTLIB ( MlirOperation module,
MlirStringCallback callback,
void * userData,
bool inlineSingleUseValues,
bool indentLetBody )