Lines Matching refs:ILHS
5435 auto ILHS = LHSExprs.begin(); in emitReductionFunction() local
5440 const auto *LHSVar = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReductionFunction()
5452 ++ILHS; in emitReductionFunction()
5532 auto ILHS = LHSExprs.begin(); in emitReduction() local
5535 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
5538 ++ILHS; in emitReduction()
5636 auto ILHS = LHSExprs.begin(); in emitReduction() local
5639 RT.emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
5642 ++ILHS; in emitReduction()
5669 auto ILHS = LHSExprs.begin(); in emitReduction() local
5700 const auto *VD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReduction()
5751 cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReduction()
5760 ++ILHS; in emitReduction()