Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4859 const auto *ILHS = LHSExprs.begin(); in emitReductionFunction() local
4864 const auto *LHSVar = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReductionFunction()
4876 ++ILHS; in emitReductionFunction()
5200 const auto *ILHS = OrgLHSExprs.begin(); in emitReduction() local
5203 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
5206 ++ILHS; in emitReduction()
5324 const auto *ILHS = LHSExprs.begin(); in emitReduction() local
5327 RT.emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
5330 ++ILHS; in emitReduction()
5357 const auto *ILHS = LHSExprs.begin(); in emitReduction() local
[all …]
H A DCGStmtOpenMP.cpp1290 auto *ILHS = LHSs.begin(); in EmitOMPReductionClauseInit() local
1314 const auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in EmitOMPReductionClauseInit()
1347 ++ILHS; in EmitOMPReductionClauseInit()
3918 auto *ILHS = LHSs.begin(); in emitScanBasedDirective() local
3921 const auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitScanBasedDirective()
3944 ++ILHS; in emitScanBasedDirective()