Lines Matching refs:RHSVar
4711 const VarDecl *RHSVar, in EmitOMPAggregateReduction() argument
4719 Address RHSAddr = CGF.GetAddrOfLocalVar(RHSVar); in EmitOMPAggregateReduction()
4760 Scope.addPrivate(RHSVar, RHSElementCurrent); in EmitOMPAggregateReduction()
4847 const auto *RHSVar = in emitReductionFunction() local
4849 Scope.addPrivate(RHSVar, emitAddrOfVarFromArray(CGF, RHS, Idx, RHSVar)); in emitReductionFunction()
4875 const auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitReductionFunction() local
4877 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
4902 const auto *RHSVar = cast<VarDecl>(RHS->getDecl()); in emitSingleReductionCombiner() local
4904 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
5158 const auto *RHSVar = in emitReduction() local
5160 EmitOMPAggregateReduction(CGF, (*IPriv)->getType(), VD, RHSVar, in emitReduction()
5183 const auto *RHSVar = in emitReduction() local
5185 EmitOMPAggregateReduction(CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReduction()