Lines Matching refs:RHSVar
5227 const VarDecl *RHSVar, in EmitOMPAggregateReduction() argument
5235 Address RHSAddr = CGF.GetAddrOfLocalVar(RHSVar); in EmitOMPAggregateReduction()
5276 Scope.addPrivate(RHSVar, RHSElementCurrent); in EmitOMPAggregateReduction()
5363 const auto *RHSVar = in emitReductionFunction() local
5365 Scope.addPrivate(RHSVar, emitAddrOfVarFromArray(CGF, RHS, Idx, RHSVar)); in emitReductionFunction()
5391 const auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitReductionFunction() local
5393 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
5418 const auto *RHSVar = cast<VarDecl>(RHS->getDecl()); in emitSingleReductionCombiner() local
5420 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
5674 const auto *RHSVar = in emitReduction() local
5676 EmitOMPAggregateReduction(CGF, (*IPriv)->getType(), VD, RHSVar, in emitReduction()
5699 const auto *RHSVar = in emitReduction() local
5701 EmitOMPAggregateReduction(CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReduction()