Searched refs:IVDecl (Results 1 – 3 of 3) sorted by relevance
171 ObjCIvarDecl *IVDecl = IV->getDecl(); in isZeroingPropIvar() local172 if (!IVDecl->getType()->isObjCObjectPointerType()) in isZeroingPropIvar()179 if (PropImpDecl && PropImpDecl->getPropertyIvarDecl() == IVDecl) { in isZeroingPropIvar()
1717 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in emitOMPSimdRegion() local1718 CGF.EmitVarDecl(*IVDecl); in emitOMPSimdRegion()2228 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPWorksharingLoop() local2229 EmitVarDecl(*IVDecl); in EmitOMPWorksharingLoop()3282 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPDistributeLoop() local3283 EmitVarDecl(*IVDecl); in EmitOMPDistributeLoop()4939 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in EmitOMPTaskLoopBasedDirective() local4940 CGF.EmitVarDecl(*IVDecl); in EmitOMPTaskLoopBasedDirective()
5424 VarDecl *IVDecl = buildVarDecl(SemaRef, InitLoc, RealVType, ".omp.iv"); in checkOpenMPLoop() local5425 IV = buildDeclRefExpr(SemaRef, IVDecl, RealVType, InitLoc); in checkOpenMPLoop()