Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp334 auto isSameBitWidth = operandTypeBitWidth == resultTypeBitWidth; in verifyCastOp() local
337 if (!isSameBitWidth) { in verifyCastOp()
346 if (isSameBitWidth) { in verifyCastOp()