Searched refs:mlirTypeIDIsNull (Results 1 – 2 of 2) sorted by relevance
150 static inline bool mlirTypeIDIsNull(MlirTypeID typeID) { return !typeID.ptr; } in mlirTypeIDIsNull() function
1804 if (mlirTypeIDIsNull(i32ID) || mlirTypeIDIsNull(ui32ID) || in testTypeID()1805 mlirTypeIDIsNull(f32ID) || mlirTypeIDIsNull(i32AttrID)) { in testTypeID()1857 if (mlirTypeIDIsNull(registeredOpID)) { in testTypeID()1875 if (!mlirTypeIDIsNull(unregisteredOpID)) { in testTypeID()