Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIntegerSet.h54 MLIR_CAPI_EXPORTED bool mlirIntegerSetEqual(MlirIntegerSet s1,
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIntegerSet.cpp23 bool mlirIntegerSetEqual(MlirIntegerSet s1, MlirIntegerSet s2) { in mlirIntegerSetEqual() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAffine.cpp486 return mlirIntegerSetEqual(integerSet, other.integerSet); in operator ==()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c1505 if (!mlirIntegerSetEqual(emptySet, anotherEmptySet)) in printIntegerSet()