Lines Matching refs:ILHS
4885 const auto *ILHS = LHSExprs.begin(); in emitReductionFunction() local
4890 const auto *LHSVar = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReductionFunction()
4902 ++ILHS; in emitReductionFunction()
4982 const auto *ILHS = LHSExprs.begin(); in emitReduction() local
4985 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
4988 ++ILHS; in emitReduction()
5086 const auto *ILHS = LHSExprs.begin(); in emitReduction() local
5089 RT.emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
5092 ++ILHS; in emitReduction()
5119 const auto *ILHS = LHSExprs.begin(); in emitReduction() local
5150 const auto *VD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReduction()
5198 cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReduction()
5207 ++ILHS; in emitReduction()