Searched refs:IRHS (Results 1 – 2 of 2) sorted by relevance
4886 const auto *IRHS = RHSExprs.begin(); in emitReductionFunction() local4891 const auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitReductionFunction()4903 ++IRHS; in emitReductionFunction()4983 const auto *IRHS = RHSExprs.begin(); in emitReduction() local4986 cast<DeclRefExpr>(*IRHS)); in emitReduction()4989 ++IRHS; in emitReduction()5087 const auto *IRHS = RHSExprs.begin(); in emitReduction() local5090 cast<DeclRefExpr>(*IRHS)); in emitReduction()5093 ++IRHS; in emitReduction()5120 const auto *IRHS = RHSExprs.begin(); in emitReduction() local[all …]
1253 auto *IRHS = RHSs.begin(); in EmitOMPReductionClauseInit() local1277 const auto *RHSVD = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in EmitOMPReductionClauseInit()1310 ++IRHS; in EmitOMPReductionClauseInit()3777 auto *IRHS = RHSs.begin(); in emitScanBasedDirective() local3780 const auto *RHSVD = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitScanBasedDirective()3803 ++IRHS; in emitScanBasedDirective()