Searched refs:IVLimit (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1337 /// FIXME: Accept -1 stride and set IVLimit = IVInit - BECount
1462 // BECount = (IVEnd - IVInit - 1) => IVLimit = IVInit (postinc).
1469 const SCEV *IVLimit = 0; local
1473 IVLimit = IVCount;
1483 IVLimit = SE->getAddExpr(IVInit, IVCount);
1488 assert(SE->isLoopInvariant(IVLimit, L) &&
1495 return Rewriter.expandCodeFor(IVLimit, LimitTy, BI);

Completed in 130 milliseconds