Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp2288 auto retOperandType = retOp.value().getType(); in verifyBody() local
2290 if (retOperandType != fnResultType) in verifyBody()
2292 << retOperandType << ") mismatch with function's result type (" in verifyBody()