Lines Matching refs:RHSVar
4727 const VarDecl *RHSVar, in EmitOMPAggregateReduction() argument
4735 Address RHSAddr = CGF.GetAddrOfLocalVar(RHSVar); in EmitOMPAggregateReduction()
4776 Scope.addPrivate(RHSVar, RHSElementCurrent); in EmitOMPAggregateReduction()
4863 const auto *RHSVar = in emitReductionFunction() local
4865 Scope.addPrivate(RHSVar, emitAddrOfVarFromArray(CGF, RHS, Idx, RHSVar)); in emitReductionFunction()
4891 const auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitReductionFunction() local
4893 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
4918 const auto *RHSVar = cast<VarDecl>(RHS->getDecl()); in emitSingleReductionCombiner() local
4920 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
5174 const auto *RHSVar = in emitReduction() local
5176 EmitOMPAggregateReduction(CGF, (*IPriv)->getType(), VD, RHSVar, in emitReduction()
5199 const auto *RHSVar = in emitReduction() local
5201 EmitOMPAggregateReduction(CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReduction()