Searched refs:IVDecl (Results 1 – 3 of 3) sorted by relevance
168 ObjCIvarDecl *IVDecl = IV->getDecl(); in isZeroingPropIvar() local169 if (!IVDecl->getType()->isObjCObjectPointerType()) in isZeroingPropIvar()176 if (PropImpDecl && PropImpDecl->getPropertyIvarDecl() == IVDecl) { in isZeroingPropIvar()
2571 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in emitOMPSimdRegion() local2572 CGF.EmitVarDecl(*IVDecl); in emitOMPSimdRegion()3314 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPWorksharingLoop() local3315 EmitVarDecl(*IVDecl); in EmitOMPWorksharingLoop()5658 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPDistributeLoop() local5659 EmitVarDecl(*IVDecl); in EmitOMPDistributeLoop()7747 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in EmitOMPTaskLoopBasedDirective() local7748 CGF.EmitVarDecl(*IVDecl); in EmitOMPTaskLoopBasedDirective()
9911 VarDecl *IVDecl = buildVarDecl(SemaRef, InitLoc, RealVType, ".omp.iv"); in checkOpenMPLoop() local9912 IV = buildDeclRefExpr(SemaRef, IVDecl, RealVType, InitLoc); in checkOpenMPLoop()