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()
1617 const VarDecl *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in EmitOMPSimdDirective() local1618 CGF.EmitVarDecl(*IVDecl); in EmitOMPSimdDirective()1939 auto IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPWorksharingLoop() local1940 EmitVarDecl(*IVDecl); in EmitOMPWorksharingLoop()2623 auto IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPDistributeLoop() local2624 EmitVarDecl(*IVDecl); in EmitOMPDistributeLoop()3554 const VarDecl *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in EmitOMPTaskLoopBasedDirective() local3555 CGF.EmitVarDecl(*IVDecl); in EmitOMPTaskLoopBasedDirective()
5188 VarDecl *IVDecl = buildVarDecl(SemaRef, InitLoc, RealVType, ".omp.iv"); in CheckOpenMPLoop() local5189 IV = buildDeclRefExpr(SemaRef, IVDecl, RealVType, InitLoc); in CheckOpenMPLoop()