Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinTypes.h103 MLIR_CAPI_EXPORTED bool mlirTypeIsANone(MlirType type);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp98 bool mlirTypeIsANone(MlirType type) { return unwrap(type).isa<NoneType>(); } in mlirTypeIsANone() function
/external/llvm-project/mlir/test/CAPI/
Dir.c620 if (!mlirTypeIsANone(none)) in printBuiltinTypes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp2162 static constexpr IsAFunctionTy isaFunction = mlirTypeIsANone;