Lines Matching refs:IRHS
4286 auto IRHS = RHSExprs.begin(); in emitReductionFunction() local
4291 auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitReductionFunction()
4302 ++IRHS; in emitReductionFunction()
4377 auto IRHS = RHSExprs.begin(); in emitReduction() local
4380 cast<DeclRefExpr>(*IRHS)); in emitReduction()
4383 ++IRHS; in emitReduction()
4480 auto IRHS = RHSExprs.begin(); in emitReduction() local
4483 cast<DeclRefExpr>(*IRHS)); in emitReduction()
4486 ++IRHS; in emitReduction()
4512 auto IRHS = RHSExprs.begin(); in emitReduction() local
4569 auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitReduction()
4590 auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitReduction()
4597 ++IRHS; in emitReduction()