Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h64 MLIR_CAPI_EXPORTED MlirType mlirIndexTypeGet(MlirContext ctx);
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c660 MlirType index = mlirIndexTypeGet(ctx); in printBuiltinTypes()
785 MlirType funcInputs[2] = {mlirIndexTypeGet(ctx), mlirIntegerTypeGet(ctx, 1)}; in printBuiltinTypes()
1673 MlirType indexType = mlirIndexTypeGet(ctx); in testOperands()
1742 MlirType indexType = mlirIndexTypeGet(ctx); in testClone()
1831 MlirType indexType = mlirIndexTypeGet(ctx); in testTypeID()
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp63 MlirType mlirIndexTypeGet(MlirContext ctx) { in mlirIndexTypeGet() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp98 MlirType t = mlirIndexTypeGet(context->get()); in bindDerived()