Searched refs:MaxBECount (Results 1 – 3 of 3) sorted by relevance
9 ; MaxBECount. SCEV should override MaxBECount with ExactBECount.
186 ; MaxBECount should be the minimum of them.
1468 const SCEV *MaxBECount = getMaxBackedgeTakenCount(L); in getZeroExtendExpr() local1469 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() local1682 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 …]