Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp168 ObjCIvarDecl *IVDecl = IV->getDecl(); in isZeroingPropIvar() local
169 if (!IVDecl->getType()->isObjCObjectPointerType()) in isZeroingPropIvar()
176 if (PropImpDecl && PropImpDecl->getPropertyIvarDecl() == IVDecl) { in isZeroingPropIvar()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2536 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in emitOMPSimdRegion() local
2537 CGF.EmitVarDecl(*IVDecl); in emitOMPSimdRegion()
3211 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPWorksharingLoop() local
3212 EmitVarDecl(*IVDecl); in EmitOMPWorksharingLoop()
5506 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPDistributeLoop() local
5507 EmitVarDecl(*IVDecl); in EmitOMPDistributeLoop()
7619 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in EmitOMPTaskLoopBasedDirective() local
7620 CGF.EmitVarDecl(*IVDecl); in EmitOMPTaskLoopBasedDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp9768 VarDecl *IVDecl = buildVarDecl(SemaRef, InitLoc, RealVType, ".omp.iv"); in checkOpenMPLoop() local
9769 IV = buildDeclRefExpr(SemaRef, IVDecl, RealVType, InitLoc); in checkOpenMPLoop()