Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp444 auto isSameBitWidth = operandTypeBitWidth == resultTypeBitWidth; in verifyCastOp() local
447 if (!isSameBitWidth) { in verifyCastOp()
456 if (isSameBitWidth) { in verifyCastOp()