Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir-c/
H A DIntegerSet.h99 MLIR_CAPI_EXPORTED intptr_t mlirIntegerSetGetNumDims(MlirIntegerSet set);
/llvm-project/mlir/lib/CAPI/IR/
H A DIntegerSet.cpp73 intptr_t mlirIntegerSetGetNumDims(MlirIntegerSet set) { in mlirIntegerSetGetNumDims() function
/llvm-project/mlir/lib/Bindings/Python/
H A DIRAffine.cpp911 mlirIntegerSetGetNumDims(self)) in populateIRAffine()
941 [](PyIntegerSet &self) { return mlirIntegerSetGetNumDims(self); }) in populateIRAffine()
/llvm-project/mlir/test/CAPI/
H A Dir.c1724 if (mlirIntegerSetGetNumDims(set) != 2) in printIntegerSet()
1726 if (mlirIntegerSetGetNumDims(replaced) != 1) in printIntegerSet()