Lines Matching refs:ILHS
5385 const auto *ILHS = LHSExprs.begin(); in emitReductionFunction() local
5390 const auto *LHSVar = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReductionFunction()
5402 ++ILHS; in emitReductionFunction()
5482 const auto *ILHS = LHSExprs.begin(); in emitReduction() local
5485 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
5488 ++ILHS; in emitReduction()
5586 const auto *ILHS = LHSExprs.begin(); in emitReduction() local
5589 RT.emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
5592 ++ILHS; in emitReduction()
5619 const auto *ILHS = LHSExprs.begin(); in emitReduction() local
5650 const auto *VD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReduction()
5698 cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReduction()
5707 ++ILHS; in emitReduction()