Home
last modified time | relevance | path

Searched refs:IRHS (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4860 const auto *IRHS = RHSExprs.begin(); in emitReductionFunction() local
4865 const auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitReductionFunction()
4877 ++IRHS; in emitReductionFunction()
5201 const auto *IRHS = OrgRHSExprs.begin(); in emitReduction() local
5204 cast<DeclRefExpr>(*IRHS)); in emitReduction()
5207 ++IRHS; in emitReduction()
5325 const auto *IRHS = RHSExprs.begin(); in emitReduction() local
5328 cast<DeclRefExpr>(*IRHS)); in emitReduction()
5331 ++IRHS; in emitReduction()
5358 const auto *IRHS = RHSExprs.begin(); in emitReduction() local
[all …]
H A DCGStmtOpenMP.cpp1291 auto *IRHS = RHSs.begin(); in EmitOMPReductionClauseInit() local
1315 const auto *RHSVD = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in EmitOMPReductionClauseInit()
1348 ++IRHS; in EmitOMPReductionClauseInit()
3919 auto *IRHS = RHSs.begin(); in emitScanBasedDirective() local
3922 const auto *RHSVD = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitScanBasedDirective()
3945 ++IRHS; in emitScanBasedDirective()