Home
last modified time | relevance | path

Searched refs:MaxBECount (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/Analysis/ScalarEvolution/
D2011-03-09-ExactNoMaxBECount.ll9 ; MaxBECount. SCEV should override MaxBECount with ExactBECount.
Dmax-trip-count.ll186 ; MaxBECount should be the minimum of them.
/external/llvm/lib/Analysis/
DScalarEvolution.cpp1468 const SCEV *MaxBECount = getMaxBackedgeTakenCount(L); in getZeroExtendExpr() local
1469 if (!isa<SCEVCouldNotCompute>(MaxBECount)) { in getZeroExtendExpr()
1476 getTruncateOrZeroExtend(MaxBECount, Start->getType()); in getZeroExtendExpr()
1478 getTruncateOrZeroExtend(CastedMaxBECount, MaxBECount->getType()); in getZeroExtendExpr()
1479 if (MaxBECount == RecastedMaxBECount) { in getZeroExtendExpr()
1681 const SCEV *MaxBECount = getMaxBackedgeTakenCount(L); in getSignExtendExpr() local
1682 if (!isa<SCEVCouldNotCompute>(MaxBECount)) { in getSignExtendExpr()
1689 getTruncateOrZeroExtend(MaxBECount, Start->getType()); in getSignExtendExpr()
1691 getTruncateOrZeroExtend(CastedMaxBECount, MaxBECount->getType()); in getSignExtendExpr()
1692 if (MaxBECount == RecastedMaxBECount) { in getSignExtendExpr()
[all …]