Lines Matching defs:LHSVar
4719 /// \param LHSVar Variable on the left side of the reduction operation
4723 /// \param RedOpGen Generator of reduction operation with use of LHSVar and
4726 CodeGenFunction &CGF, QualType Type, const VarDecl *LHSVar,
4734 Address LHSAddr = CGF.GetAddrOfLocalVar(LHSVar);
4775 Scope.addPrivate(LHSVar, LHSElementCurrent);
4866 const auto *LHSVar =
4868 Scope.addPrivate(LHSVar, emitAddrOfVarFromArray(CGF, LHS, Idx, LHSVar));
4890 const auto *LHSVar = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl());
4893 CGF, (*IPriv)->getType(), LHSVar, RHSVar,
4917 const auto *LHSVar = cast<VarDecl>(LHS->getDecl());
4920 CGF, PrivateRef->getType(), LHSVar, RHSVar,
5197 const auto *LHSVar =
5201 EmitOMPAggregateReduction(CGF, (*IPriv)->getType(), LHSVar, RHSVar,