Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp1159 auto resultBitWidth = getBitWidth(resultType); in verify() local
1160 if (operandBitWidth != resultBitWidth) { in verify()
1162 << resultBitWidth << " and operand type bitwidth " in verify()