Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIntegerSet.h109 MLIR_CAPI_EXPORTED intptr_t mlirIntegerSetGetNumConstraints(MlirIntegerSet set);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIntegerSet.cpp85 intptr_t mlirIntegerSetGetNumConstraints(MlirIntegerSet set) { in mlirIntegerSetGetNumConstraints() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAffine.cpp462 length == -1 ? mlirIntegerSetGetNumConstraints(set) : length, in PyIntegerSetConstraintList()
470 intptr_t getRawNumElements() { return mlirIntegerSetGetNumConstraints(set); } in getRawNumElements()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c1550 if (mlirIntegerSetGetNumConstraints(set) != 2) in printIntegerSet()