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.cpp4886 const auto *IRHS = RHSExprs.begin(); in emitReductionFunction() local
4891 const auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitReductionFunction()
4903 ++IRHS; in emitReductionFunction()
4983 const auto *IRHS = RHSExprs.begin(); in emitReduction() local
4986 cast<DeclRefExpr>(*IRHS)); in emitReduction()
4989 ++IRHS; in emitReduction()
5087 const auto *IRHS = RHSExprs.begin(); in emitReduction() local
5090 cast<DeclRefExpr>(*IRHS)); in emitReduction()
5093 ++IRHS; in emitReduction()
5120 const auto *IRHS = RHSExprs.begin(); in emitReduction() local
[all …]
H A DCGStmtOpenMP.cpp1253 auto *IRHS = RHSs.begin(); in EmitOMPReductionClauseInit() local
1277 const auto *RHSVD = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in EmitOMPReductionClauseInit()
1310 ++IRHS; in EmitOMPReductionClauseInit()
3777 auto *IRHS = RHSs.begin(); in emitScanBasedDirective() local
3780 const auto *RHSVD = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl()); in emitScanBasedDirective()
3803 ++IRHS; in emitScanBasedDirective()