Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp429 auto *LHSVD = cast<VarDecl>(cast<DeclRefExpr>(*ILHS)->getDecl()); in EmitOMPReductionClauseInit() local
433 PrivateScope.addPrivate(LHSVD, [this, OrigVD, IRef]() -> llvm::Value *{ in EmitOMPReductionClauseInit()
/external/clang/lib/Sema/
DSemaOpenMP.cpp5474 auto *LHSVD = BuildVarDecl(*this, ELoc, Type, ".reduction.lhs"); in ActOnOpenMPReductionClause() local
5597 auto *LHSDRE = BuildDeclRefExpr(LHSVD, Type, VK_LValue, ELoc).get(); in ActOnOpenMPReductionClause()