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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1342 /// FIXME: Accept -1 stride and set IVLimit = IVInit - BECount
1467 // BECount = (IVEnd - IVInit - 1) => IVLimit = IVInit (postinc).
1474 const SCEV *IVLimit = 0; local
1478 IVLimit = IVCount;
1488 IVLimit = SE->getAddExpr(IVInit, IVCount);
1493 assert(SE->isLoopInvariant(IVLimit, L) &&
1500 return Rewriter.expandCodeFor(IVLimit, LimitTy, BI);

Completed in 108 milliseconds