Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp945 auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in EmitOMPReductionClauseInit() local
966 PrivateScope.addPrivate(LHSVD, [this, OASELValueLB]() -> Address { in EmitOMPReductionClauseInit()
1020 PrivateScope.addPrivate(LHSVD, [this, ASELValue]() -> Address { in EmitOMPReductionClauseInit()
1061 PrivateScope.addPrivate(LHSVD, [this, &OriginalAddr, in EmitOMPReductionClauseInit()
1062 LHSVD]() -> Address { in EmitOMPReductionClauseInit()
1064 OriginalAddr, ConvertTypeForMem(LHSVD->getType()), "lhs.begin"); in EmitOMPReductionClauseInit()
1098 PrivateScope.addPrivate(LHSVD, [this, OrigVD, IRef, in EmitOMPReductionClauseInit()
/external/clang/lib/Sema/
DSemaOpenMP.cpp9292 auto *LHSVD = buildVarDecl(*this, ELoc, Type, ".reduction.lhs", in ActOnOpenMPReductionClause() local
9317 auto *LHSDRE = buildDeclRefExpr(*this, LHSVD, Type, ELoc); in ActOnOpenMPReductionClause()