Home
last modified time | relevance | path

Searched defs:retValue (Results 1 – 5 of 5) sorted by relevance

/llvm-project/flang/lib/Optimizer/Transforms/
H A DAbstractResult.cpp230 mlir::Value retValue = rewriter.create<fir::LoadOp>( matchAndRewrite() local
/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp634 if (Expr *retValue = ret->getRetValue()) findEnumForBlockReturn() local
668 Expr *retValue = ret->getRetValue(); adjustBlockReturnsToEnum() local
H A DSemaHLSL.cpp893 bool retValue = false; CheckVectorElementCallArgs() local
/llvm-project/mlir/lib/Dialect/Async/Transforms/
H A DAsyncToAsyncRuntime.cpp278 for (Value retValue : coro.returnValues) in setupSetErrorBlock() local
/llvm-project/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp59 for (auto retValue : llvm::zip(valuesToRepl, retValOp.getOperands())) { in handleTerminator() local