Searched refs:IRHS (Results 1 – 2 of 2) sorted by relevance
4860 const auto *IRHS = RHSExprs.begin(); in emitReductionFunction() local4865 const auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitReductionFunction()4877 ++IRHS; in emitReductionFunction()5201 const auto *IRHS = OrgRHSExprs.begin(); in emitReduction() local5204 cast<DeclRefExpr>(*IRHS)); in emitReduction()5207 ++IRHS; in emitReduction()5325 const auto *IRHS = RHSExprs.begin(); in emitReduction() local5328 cast<DeclRefExpr>(*IRHS)); in emitReduction()5331 ++IRHS; in emitReduction()5358 const auto *IRHS = RHSExprs.begin(); in emitReduction() local[all …]
1291 auto *IRHS = RHSs.begin(); in EmitOMPReductionClauseInit() local1315 const auto *RHSVD = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in EmitOMPReductionClauseInit()1348 ++IRHS; in EmitOMPReductionClauseInit()3919 auto *IRHS = RHSs.begin(); in emitScanBasedDirective() local3922 const auto *RHSVD = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitScanBasedDirective()3945 ++IRHS; in emitScanBasedDirective()