Home
last modified time | relevance | path

Searched refs:mlirIntegerSetReplaceGet (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIntegerSet.h89 MLIR_CAPI_EXPORTED MlirIntegerSet mlirIntegerSetReplaceGet(
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIntegerSet.cpp56 mlirIntegerSetReplaceGet(MlirIntegerSet set, in mlirIntegerSetReplaceGet() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAffine.cpp923 MlirIntegerSet set = mlirIntegerSetReplaceGet( in populateIRAffine()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c1531 MlirIntegerSet replaced = mlirIntegerSetReplaceGet(set, repl, &s0, 1, 2); in printIntegerSet()