Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir-c/
H A DIntegerSet.h96 MLIR_CAPI_EXPORTED bool mlirIntegerSetIsCanonicalEmpty(MlirIntegerSet set);
/llvm-project/mlir/lib/CAPI/IR/
H A DIntegerSet.cpp69 bool mlirIntegerSetIsCanonicalEmpty(MlirIntegerSet set) { in mlirIntegerSetIsCanonicalEmpty() function
/llvm-project/mlir/lib/Bindings/Python/
H A DIRAffine.cpp937 return mlirIntegerSetIsCanonicalEmpty(self); in populateIRAffine()
/llvm-project/mlir/test/CAPI/
H A Dir.c1688 if (!mlirIntegerSetIsCanonicalEmpty(emptySet)) in printIntegerSet()