Lines Matching refs:ILHS
4869 const auto *ILHS = LHSExprs.begin(); in emitReductionFunction() local
4874 const auto *LHSVar = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReductionFunction()
4886 ++ILHS; in emitReductionFunction()
4966 const auto *ILHS = LHSExprs.begin(); in emitReduction() local
4969 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
4972 ++ILHS; in emitReduction()
5070 const auto *ILHS = LHSExprs.begin(); in emitReduction() local
5073 RT.emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
5076 ++ILHS; in emitReduction()
5103 const auto *ILHS = LHSExprs.begin(); in emitReduction() local
5134 const auto *VD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReduction()
5182 cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReduction()
5191 ++ILHS; in emitReduction()