Searched refs:IVInit (Results 1 – 2 of 2) sorted by relevance
1557 const SCEV *IVInit = AR->getStart(); in genLoopLimit() local1572 Type *OfsTy = SE->getEffectiveSCEVType(IVInit->getType()); in genLoopLimit()1611 const SCEV *IVInit = AR->getStart(); in genLoopLimit() local1614 if (SE->getTypeSizeInBits(IVInit->getType()) in genLoopLimit()1616 IVInit = SE->getTruncateExpr(IVInit, IVCount->getType()); in genLoopLimit()1618 IVLimit = SE->getAddExpr(IVInit, IVCount); in genLoopLimit()
2 ; rdar://10359193: assert "IndVar type must match IVInit type"