Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir-c/
H A DIntegerSet.h120 mlirIntegerSetGetConstraint(MlirIntegerSet set, intptr_t pos);
/llvm-project/mlir/lib/CAPI/IR/
H A DIntegerSet.cpp97 MlirAffineExpr mlirIntegerSetGetConstraint(MlirIntegerSet set, intptr_t pos) { in mlirIntegerSetGetConstraint() function
/llvm-project/mlir/test/CAPI/
H A Dir.c1746 MlirAffineExpr cstr1 = mlirIntegerSetGetConstraint(set, 0); in printIntegerSet()
1747 MlirAffineExpr cstr2 = mlirIntegerSetGetConstraint(set, 1); in printIntegerSet()
/llvm-project/mlir/lib/Bindings/Python/
H A DIRAffine.cpp448 mlirIntegerSetGetConstraint(set, pos)); in PyIntegerSetConstraint()