Searched defs:OverflowLimit (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp1303 const SCEV *OverflowLimit = local
1306 if (OverflowLimit &&
1307 SE->isLoopEntryGuardedByCond(L, Pred, PreStart, OverflowLimit))
1773 const SCEV *OverflowLimit = local
1775 if (OverflowLimit &&
1776 (isLoopBackedgeGuardedByCond(L, Pred, AR, OverflowLimit) ||
1777 (isLoopEntryGuardedByCond(L, Pred, Start, OverflowLimit) &&
1779 OverflowLimit)))) {
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DScalarEvolution.cpp1116 const SCEV *OverflowLimit = getOverflowLimitForStep(Step, &Pred, SE); local
1118 if (OverflowLimit &&
1119 SE->isLoopEntryGuardedByCond(L, Pred, PreStart, OverflowLimit)) {
1262 const SCEV *OverflowLimit = getOverflowLimitForStep(Step, &Pred, this); local
1263 if (OverflowLimit &&
1264 (isLoopBackedgeGuardedByCond(L, Pred, AR, OverflowLimit) ||
1265 (isLoopEntryGuardedByCond(L, Pred, Start, OverflowLimit) &&
1267 OverflowLimit)))) {

Completed in 1775 milliseconds