Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp332 auto operandTypeBitWidth = operandType.getIntOrFloatBitWidth(); in verifyCastOp() local
334 auto isSameBitWidth = operandTypeBitWidth == resultTypeBitWidth; in verifyCastOp()