Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinTypes.h64 MLIR_CAPI_EXPORTED MlirType mlirIndexTypeGet(MlirContext ctx);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp62 MlirType mlirIndexTypeGet(MlirContext ctx) { in mlirIndexTypeGet() function
/external/llvm-project/mlir/test/CAPI/
Dir.c585 MlirType index = mlirIndexTypeGet(ctx); in printBuiltinTypes()
707 MlirType funcInputs[2] = {mlirIndexTypeGet(ctx), mlirIntegerTypeGet(ctx, 1)}; in printBuiltinTypes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp2080 MlirType t = mlirIndexTypeGet(context->get()); in bindDerived()