Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp4285 auto ILHS = LHSExprs.begin(); in emitReductionFunction() local
4290 auto *LHSVar = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in emitReductionFunction()
4301 ++ILHS; in emitReductionFunction()
4376 auto ILHS = LHSExprs.begin(); in emitReduction() local
4379 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
4382 ++ILHS; in emitReduction()
4479 auto ILHS = LHSExprs.begin(); in emitReduction() local
4482 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
4485 ++ILHS; in emitReduction()
4511 auto ILHS = LHSExprs.begin(); in emitReduction() local
[all …]
DCGStmtOpenMP.cpp940 auto ILHS = C->lhs_exprs().begin(); in EmitOMPReductionClauseInit() local
945 auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in EmitOMPReductionClauseInit()
1129 ++ILHS; in EmitOMPReductionClauseInit()