Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinTypes.h60 MLIR_CAPI_EXPORTED bool mlirTypeIsAIndex(MlirType type);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp60 bool mlirTypeIsAIndex(MlirType type) { return unwrap(type).isa<IndexType>(); } in mlirTypeIsAIndex() function
/external/llvm-project/mlir/test/CAPI/
Dir.c586 if (!mlirTypeIsAIndex(index)) in printBuiltinTypes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp2072 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAIndex;