Lines Matching defs:LHSVar
4703 /// \param LHSVar Variable on the left side of the reduction operation
4707 /// \param RedOpGen Generator of reduction operation with use of LHSVar and
4710 CodeGenFunction &CGF, QualType Type, const VarDecl *LHSVar,
4718 Address LHSAddr = CGF.GetAddrOfLocalVar(LHSVar);
4759 Scope.addPrivate(LHSVar, LHSElementCurrent);
4850 const auto *LHSVar =
4852 Scope.addPrivate(LHSVar, emitAddrOfVarFromArray(CGF, LHS, Idx, LHSVar));
4874 const auto *LHSVar = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl());
4877 CGF, (*IPriv)->getType(), LHSVar, RHSVar,
4901 const auto *LHSVar = cast<VarDecl>(LHS->getDecl());
4904 CGF, PrivateRef->getType(), LHSVar, RHSVar,
5181 const auto *LHSVar =
5185 EmitOMPAggregateReduction(CGF, (*IPriv)->getType(), LHSVar, RHSVar,