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