Searched refs:mlirIntegerSetIsNull (Results 1 – 2 of 2) sorted by relevance
46 static inline bool mlirIntegerSetIsNull(MlirIntegerSet set) { return !set.ptr; } in mlirIntegerSetIsNull() function
505 if (mlirIntegerSetIsNull(rawIntegerSet)) in getCapsule()