Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp1113 auto checkOperandSizeForBitwidth = [&](unsigned bitwidth) -> LogicalResult { in processConstant() local
1138 if (failed(checkOperandSizeForBitwidth(bitwidth))) { in processConstant()
1171 if (failed(checkOperandSizeForBitwidth(bitwidth))) { in processConstant()