Lines Matching refs:SCEVCouldNotCompute
277 SCEVCouldNotCompute::SCEVCouldNotCompute() : in SCEVCouldNotCompute() function in SCEVCouldNotCompute
280 bool SCEVCouldNotCompute::classof(const SCEV *S) { in classof()
780 if (isa<SCEVCouldNotCompute>(Coeff)) in evaluateAtIteration()
946 if (!isa<SCEVCouldNotCompute>(MaxBECount)) { in getZeroExtendExpr()
1212 if (!isa<SCEVCouldNotCompute>(MaxBECount)) { in getSignExtendExpr()
3344 if (!isa<SCEVCouldNotCompute>(MaxBECount) && in getUnsignedRange()
3496 if (!isa<SCEVCouldNotCompute>(MaxBECount) && in getSignedRange()
4480 if (!isa<SCEVCouldNotCompute>(Ret)) return Ret; in ComputeExitLimitFromICmp()
6185 if (isa<SCEVCouldNotCompute>(MaxBECount)) in HowManyLessThans()
6423 return !isa<SCEVCouldNotCompute>(getBackedgeTakenCount(L)); in hasLoopInvariantBackedgeTakenCount()
6452 if (!isa<SCEVCouldNotCompute>(SE->getMaxBackedgeTakenCount(L))) { in PrintLoopInfo()