Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir-c/
H A DIntegerSet.h69 MLIR_CAPI_EXPORTED MlirIntegerSet mlirIntegerSetEmptyGet(MlirContext context,
/llvm-project/mlir/lib/CAPI/IR/
H A DIntegerSet.cpp35 MlirIntegerSet mlirIntegerSetEmptyGet(MlirContext context, intptr_t numDims, in mlirIntegerSetEmptyGet() function
/llvm-project/mlir/test/CAPI/
H A Dir.c1680 MlirIntegerSet emptySet = mlirIntegerSetEmptyGet(ctx, 2, 1); in printIntegerSet()
1691 MlirIntegerSet anotherEmptySet = mlirIntegerSetEmptyGet(ctx, 2, 1); in printIntegerSet()
/llvm-project/mlir/lib/Bindings/Python/
H A DIRAffine.cpp901 mlirIntegerSetEmptyGet(context->get(), numDims, numSymbols); in populateIRAffine()