Searched refs:IVOffset (Results 1 – 1 of 1) sorted by relevance
998 const SCEV *IVOffset = SE->getTruncateOrZeroExtend(ExitCount, OfsTy); in genLoopLimit() local1000 IVOffset = SE->getAddExpr(IVOffset, SE->getOne(OfsTy)); in genLoopLimit()1003 assert(SE->isLoopInvariant(IVOffset, L) && in genLoopLimit()1006 const SCEV *IVLimit = SE->getAddExpr(IVInit, IVOffset); in genLoopLimit()