Searched defs:ILHS (Results 1 - 2 of 2) sorted by relevance

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

Completed in 418 milliseconds