Searched refs:ILHS (Results 1 – 2 of 2) sorted by relevance
4859 const auto *ILHS = LHSExprs.begin(); in emitReductionFunction() local4864 const auto *LHSVar = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReductionFunction()4876 ++ILHS; in emitReductionFunction()5200 const auto *ILHS = OrgLHSExprs.begin(); in emitReduction() local5203 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()5206 ++ILHS; in emitReduction()5324 const auto *ILHS = LHSExprs.begin(); in emitReduction() local5327 RT.emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()5330 ++ILHS; in emitReduction()5357 const auto *ILHS = LHSExprs.begin(); in emitReduction() local[all …]
1290 auto *ILHS = LHSs.begin(); in EmitOMPReductionClauseInit() local1314 const auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in EmitOMPReductionClauseInit()1347 ++ILHS; in EmitOMPReductionClauseInit()3918 auto *ILHS = LHSs.begin(); in emitScanBasedDirective() local3921 const auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitScanBasedDirective()3944 ++ILHS; in emitScanBasedDirective()