Searched refs:IVDecl (Results 1 – 3 of 3) sorted by relevance
170 ObjCIvarDecl *IVDecl = IV->getDecl(); in isZeroingPropIvar() local171 if (!IVDecl->getType()->isObjCObjectPointerType()) in isZeroingPropIvar()178 if (PropImpDecl && PropImpDecl->getPropertyIvarDecl() == IVDecl) { in isZeroingPropIvar()
1973 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in emitOMPSimdRegion() local1974 CGF.EmitVarDecl(*IVDecl); in emitOMPSimdRegion()2501 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPWorksharingLoop() local2502 EmitVarDecl(*IVDecl); in EmitOMPWorksharingLoop()3612 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPDistributeLoop() local3613 EmitVarDecl(*IVDecl); in EmitOMPDistributeLoop()5300 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in EmitOMPTaskLoopBasedDirective() local5301 CGF.EmitVarDecl(*IVDecl); in EmitOMPTaskLoopBasedDirective()
7610 VarDecl *IVDecl = buildVarDecl(SemaRef, InitLoc, RealVType, ".omp.iv"); in checkOpenMPLoop() local7611 IV = buildDeclRefExpr(SemaRef, IVDecl, RealVType, InitLoc); in checkOpenMPLoop()