Searched refs:IRHS (Results 1 – 2 of 2) sorted by relevance
2798 auto IRHS = RHSExprs.begin(); in emitReductionFunction() local2803 auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitReductionFunction()2811 ++IPriv, ++ILHS, ++IRHS; in emitReductionFunction()2867 auto IRHS = RHSExprs.begin(); in emitReduction() local2871 auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitReduction()2878 ++IPriv, ++ILHS, ++IRHS; in emitReduction()2985 auto IRHS = RHSExprs.begin(); in emitReduction() local2990 auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitReduction()2998 ++IPriv, ++ILHS, ++IRHS; in emitReduction()3029 auto IRHS = RHSExprs.begin(); in emitReduction() local[all …]
662 auto IRHS = C->rhs_exprs().begin(); in EmitOMPReductionClauseInit() local666 auto *RHSVD = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in EmitOMPReductionClauseInit()809 ++ILHS, ++IRHS, ++IPriv; in EmitOMPReductionClauseInit()