Lines Matching refs:RHSVar
4914 const VarDecl *RHSVar, in EmitOMPAggregateReduction() argument
4922 Address RHSAddr = CGF.GetAddrOfLocalVar(RHSVar); in EmitOMPAggregateReduction()
4963 Scope.addPrivate(RHSVar, RHSElementCurrent); in EmitOMPAggregateReduction()
5050 const auto *RHSVar = in emitReductionFunction() local
5052 Scope.addPrivate(RHSVar, emitAddrOfVarFromArray(CGF, RHS, Idx, RHSVar)); in emitReductionFunction()
5078 const auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitReductionFunction() local
5080 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
5105 const auto *RHSVar = cast<VarDecl>(RHS->getDecl()); in emitSingleReductionCombiner() local
5107 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
5361 const auto *RHSVar = in emitReduction() local
5363 EmitOMPAggregateReduction(CGF, (*IPriv)->getType(), VD, RHSVar, in emitReduction()
5386 const auto *RHSVar = in emitReduction() local
5388 EmitOMPAggregateReduction(CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReduction()