Home
last modified time | relevance | path

Searched refs:mlirTypeIDEqual (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DSupport.cpp36 bool mlirTypeIDEqual(MlirTypeID typeID1, MlirTypeID typeID2) { in mlirTypeIDEqual() function
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DSupport.h153 MLIR_CAPI_EXPORTED bool mlirTypeIDEqual(MlirTypeID typeID1, MlirTypeID typeID2);
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c1810 if (!mlirTypeIDEqual(i32ID, ui32ID) || in testTypeID()
1818 if (mlirTypeIDEqual(i32ID, f32ID)) { in testTypeID()
1824 if (mlirTypeIDEqual(i32ID, i32AttrID)) { in testTypeID()