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