Searched refs:mlirTypeIDEqual (Results 1 – 3 of 3) sorted by relevance
36 bool mlirTypeIDEqual(MlirTypeID typeID1, MlirTypeID typeID2) { in mlirTypeIDEqual() function
153 MLIR_CAPI_EXPORTED bool mlirTypeIDEqual(MlirTypeID typeID1, MlirTypeID typeID2);
1810 if (!mlirTypeIDEqual(i32ID, ui32ID) || in testTypeID()1818 if (mlirTypeIDEqual(i32ID, f32ID)) { in testTypeID()1824 if (mlirTypeIDEqual(i32ID, i32AttrID)) { in testTypeID()