Searched refs:IVInit (Results 1 – 2 of 2) sorted by relevance
1807 const SCEV *IVInit = AR->getStart(); in genLoopLimit() local1822 Type *OfsTy = SE->getEffectiveSCEVType(IVInit->getType()); in genLoopLimit()1861 const SCEV *IVInit = AR->getStart(); in genLoopLimit() local1864 if (SE->getTypeSizeInBits(IVInit->getType()) in genLoopLimit()1866 IVInit = SE->getTruncateExpr(IVInit, IVCount->getType()); in genLoopLimit()1868 IVLimit = SE->getAddExpr(IVInit, IVCount); in genLoopLimit()
2 ; rdar://10359193: assert "IndVar type must match IVInit type"