Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2699 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in emitOMPSimdRegion() local
2700 CGF.EmitVarDecl(*IVDecl); in emitOMPSimdRegion()
3458 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPWorksharingLoop() local
3459 EmitVarDecl(*IVDecl); in EmitOMPWorksharingLoop()
5866 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPDistributeLoop() local
5867 EmitVarDecl(*IVDecl); in EmitOMPDistributeLoop()
7971 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in EmitOMPTaskLoopBasedDirective() local
7972 CGF.EmitVarDecl(*IVDecl); in EmitOMPTaskLoopBasedDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9999 VarDecl *IVDecl = buildVarDecl(SemaRef, InitLoc, RealVType, ".omp.iv"); in checkOpenMPLoop() local
10000 IV = buildDeclRefExpr(SemaRef, IVDecl, RealVType, InitLoc); in checkOpenMPLoop()