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.cpp4885 const auto *ILHS = LHSExprs.begin(); in emitReductionFunction() local
4890 const auto *LHSVar = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReductionFunction()
4902 ++ILHS; in emitReductionFunction()
4982 const auto *ILHS = LHSExprs.begin(); in emitReduction() local
4985 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
4988 ++ILHS; in emitReduction()
5086 const auto *ILHS = LHSExprs.begin(); in emitReduction() local
5089 RT.emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
5092 ++ILHS; in emitReduction()
5119 const auto *ILHS = LHSExprs.begin(); in emitReduction() local
[all …]
H A DCGStmtOpenMP.cpp1252 auto *ILHS = LHSs.begin(); in EmitOMPReductionClauseInit() local
1276 const auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in EmitOMPReductionClauseInit()
1309 ++ILHS; in EmitOMPReductionClauseInit()
3776 auto *ILHS = LHSs.begin(); in emitScanBasedDirective() local
3779 const auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitScanBasedDirective()
3802 ++ILHS; in emitScanBasedDirective()