Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp1158 auto operandBitWidth = getBitWidth(operandType); in verify() local
1160 if (operandBitWidth != resultBitWidth) { in verify()
1163 << operandBitWidth; in verify()