Lines Matching refs:RHSVar
5278 const VarDecl *RHSVar, in EmitOMPAggregateReduction() argument
5286 Address RHSAddr = CGF.GetAddrOfLocalVar(RHSVar); in EmitOMPAggregateReduction()
5326 Scope.addPrivate(RHSVar, [=]() { return RHSElementCurrent; }); in EmitOMPAggregateReduction()
5409 const auto *RHSVar = in emitReductionFunction() local
5411 Scope.addPrivate(RHSVar, [&CGF, RHS, Idx, RHSVar]() { in emitReductionFunction()
5412 return emitAddrOfVarFromArray(CGF, RHS, Idx, RHSVar); in emitReductionFunction()
5441 const auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitReductionFunction() local
5443 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
5468 const auto *RHSVar = cast<VarDecl>(RHS->getDecl()); in emitSingleReductionCombiner() local
5470 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
5727 const auto *RHSVar = in emitReduction() local
5729 EmitOMPAggregateReduction(CGF, (*IPriv)->getType(), VD, RHSVar, in emitReduction()
5752 const auto *RHSVar = in emitReduction() local
5754 EmitOMPAggregateReduction(CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReduction()