Searched refs:mlirIntegerSetGet (Results 1 – 4 of 4) sorted by relevance
/llvm-project/mlir/include/mlir-c/ |
H A D | IntegerSet.h | 79 mlirIntegerSetGet(MlirContext context, intptr_t numDims, intptr_t numSymbols,
|
/llvm-project/mlir/lib/CAPI/IR/ |
H A D | IntegerSet.cpp | 42 MlirIntegerSet mlirIntegerSetGet(MlirContext context, intptr_t numDims, in mlirIntegerSetGet() function
|
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | IRAffine.cpp | 889 MlirIntegerSet set = mlirIntegerSetGet( in populateIRAffine()
|
/llvm-project/mlir/test/CAPI/ |
H A D | ir.c | 1709 MlirIntegerSet set = mlirIntegerSetGet(ctx, 2, 1, 2, constraints, flags); in printIntegerSet()
|