Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/ArithmeticToSPIRV/
H A DArithmeticToSPIRV.cpp281 static bool hasSameBitwidth(Type a, Type b) { in hasSameBitwidth() function
729 srcType != dstType && !hasSameBitwidth(srcType, dstType)) { \ in matchAndRewrite()