Home
last modified time | relevance | path

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

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