Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DSupport.h150 static inline bool mlirTypeIDIsNull(MlirTypeID typeID) { return !typeID.ptr; } in mlirTypeIDIsNull() function
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c1804 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()