Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp1505 auto operandBitWidth = getBitWidth(operandType); in verify() local
1507 if (operandBitWidth != resultBitWidth) { in verify()
1510 << operandBitWidth; in verify()