Lines Matching refs:LHSVar
4726 CodeGenFunction &CGF, QualType Type, const VarDecl *LHSVar, in EmitOMPAggregateReduction() argument
4734 Address LHSAddr = CGF.GetAddrOfLocalVar(LHSVar); in EmitOMPAggregateReduction()
4775 Scope.addPrivate(LHSVar, LHSElementCurrent); in EmitOMPAggregateReduction()
4866 const auto *LHSVar = in emitReductionFunction() local
4868 Scope.addPrivate(LHSVar, emitAddrOfVarFromArray(CGF, LHS, Idx, LHSVar)); in emitReductionFunction()
4890 const auto *LHSVar = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReductionFunction() local
4893 CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReductionFunction()
4917 const auto *LHSVar = cast<VarDecl>(LHS->getDecl()); in emitSingleReductionCombiner() local
4920 CGF, PrivateRef->getType(), LHSVar, RHSVar, in emitSingleReductionCombiner()
5197 const auto *LHSVar = in emitReduction() local
5201 EmitOMPAggregateReduction(CGF, (*IPriv)->getType(), LHSVar, RHSVar, in emitReduction()