Lines Matching refs:ILHS
4285 auto ILHS = LHSExprs.begin(); in emitReductionFunction() local
4290 auto *LHSVar = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReductionFunction()
4301 ++ILHS; in emitReductionFunction()
4376 auto ILHS = LHSExprs.begin(); in emitReduction() local
4379 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
4382 ++ILHS; in emitReduction()
4479 auto ILHS = LHSExprs.begin(); in emitReduction() local
4482 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
4485 ++ILHS; in emitReduction()
4511 auto ILHS = LHSExprs.begin(); in emitReduction() local
4542 auto *VD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReduction()
4589 auto *LHSVar = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReduction()
4596 ++ILHS; in emitReduction()