Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir-c/
H A DIntegerSet.h124 MLIR_CAPI_EXPORTED bool mlirIntegerSetIsConstraintEq(MlirIntegerSet set,
/llvm-project/mlir/lib/CAPI/IR/
H A DIntegerSet.cpp101 bool mlirIntegerSetIsConstraintEq(MlirIntegerSet set, intptr_t pos) { in mlirIntegerSetIsConstraintEq() function
/llvm-project/mlir/test/CAPI/
H A Dir.c1748 bool isEq1 = mlirIntegerSetIsConstraintEq(set, 0); in printIntegerSet()
1749 bool isEq2 = mlirIntegerSetIsConstraintEq(set, 1); in printIntegerSet()
/llvm-project/mlir/lib/Bindings/Python/
H A DIRAffine.cpp451 bool isEq() { return mlirIntegerSetIsConstraintEq(set, pos); } in getExpr()