Home
last modified time | relevance | path

Searched refs:mlirTypeIsNull (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1154 if (mlirTypeIsNull(rawType)) in createFromCapsule()
2297 if (mlirTypeIsNull(t)) { in bindDerived()
2328 if (mlirTypeIsNull(t)) { in bindDerived()
2359 if (mlirTypeIsNull(t)) { in bindDerived()
2394 if (mlirTypeIsNull(t)) { in bindDerived()
2440 if (mlirTypeIsNull(t)) { in bindDerived()
3114 if (mlirTypeIsNull(type)) { in populateIRSubmodule()
/external/llvm-project/mlir/include/mlir-c/
DIR.h558 static inline bool mlirTypeIsNull(MlirType type) { return !type.ptr; } in mlirTypeIsNull() function