Lines Matching refs:ILHS
5072 const auto *ILHS = LHSExprs.begin(); in emitReductionFunction() local
5077 const auto *LHSVar = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReductionFunction()
5089 ++ILHS; in emitReductionFunction()
5169 const auto *ILHS = LHSExprs.begin(); in emitReduction() local
5172 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
5175 ++ILHS; in emitReduction()
5273 const auto *ILHS = LHSExprs.begin(); in emitReduction() local
5276 RT.emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
5279 ++ILHS; in emitReduction()
5306 const auto *ILHS = LHSExprs.begin(); in emitReduction() local
5337 const auto *VD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReduction()
5385 cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReduction()
5394 ++ILHS; in emitReduction()