Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DSupport.cpp40 size_t mlirTypeIDHashValue(MlirTypeID typeID) { in mlirTypeIDHashValue() function
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DSupport.h156 MLIR_CAPI_EXPORTED size_t mlirTypeIDHashValue(MlirTypeID typeID);
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c1811 mlirTypeIDHashValue(i32ID) != mlirTypeIDHashValue(ui32ID)) { in testTypeID()