Searched refs:mlirTypeIDIsNull (Results 1 – 4 of 4) sorted by relevance
163 static inline bool mlirTypeIDIsNull(MlirTypeID typeID) { return !typeID.ptr; } in mlirTypeIDIsNull() function
2081 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()
2223 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))
284 return !mlirTypeIDIsNull(value);