Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir-c/
H A DSupport.h163 static inline bool mlirTypeIDIsNull(MlirTypeID typeID) { return !typeID.ptr; } in mlirTypeIDIsNull() function
/llvm-project/mlir/test/CAPI/
H A Dir.c2081 if (mlirTypeIDIsNull(i32ID) || mlirTypeIDIsNull(ui32ID) || in testTypeID()
2082 mlirTypeIDIsNull(f32ID) || mlirTypeIDIsNull(i32AttrID)) { in testTypeID()
2134 if (mlirTypeIDIsNull(registeredOpID)) { in testTypeID()
2152 if (!mlirTypeIDIsNull(unregisteredOpID)) { in testTypeID()
/llvm-project/mlir/lib/Bindings/Python/
H A DIRCore.cpp2223 if (mlirTypeIDIsNull(mlirTypeID)) in bind()
2242 assert(!mlirTypeIDIsNull(mlirTypeID) &&
3679 assert(!mlirTypeIDIsNull(mlirTypeID) && in populateIRCore()
3685 assert(!mlirTypeIDIsNull(mlirTypeID) && in populateIRCore()
3786 assert(!mlirTypeIDIsNull(mlirTypeID) && in populateIRCore()
3797 if (!mlirTypeIDIsNull(mlirTypeID))
/llvm-project/mlir/include/mlir/Bindings/Python/
H A DPybindAdaptors.h284 return !mlirTypeIDIsNull(value);