Searched refs:getConstantMax (Results 1 – 2 of 2) sorted by relevance
1391 const SCEV *getConstantMax() const { return ConstantMax; }1408 !isa<SCEVCouldNotCompute>(getConstantMax());1443 const SCEV *getConstantMax(ScalarEvolution *SE) const;1446 const SCEV *getConstantMax(const BasicBlock *ExitingBlock,
8128 return getBackedgeTakenInfo(L).getConstantMax(ExitingBlock, this); in getExitCount()8145 return getBackedgeTakenInfo(L).getConstantMax(this); in getBackedgeTakenCount()8209 isLoopInvariant(Result.getConstantMax(this), L) && in getBackedgeTakenInfo()8212 } else if (Result.getConstantMax(this) == getCouldNotCompute() && in getBackedgeTakenInfo()8415 const SCEV *ScalarEvolution::BackedgeTakenInfo::getConstantMax( in getConstantMax() function in ScalarEvolution::BackedgeTakenInfo8426 ScalarEvolution::BackedgeTakenInfo::getConstantMax(ScalarEvolution *SE) const { in getConstantMax() function in ScalarEvolution::BackedgeTakenInfo8431 if (!getConstantMax() || any_of(ExitNotTaken, PredicateNotAlwaysTrue)) in getConstantMax()8434 assert((isa<SCEVCouldNotCompute>(getConstantMax()) || in getConstantMax()8435 isa<SCEVConstant>(getConstantMax())) && in getConstantMax()8437 return getConstantMax(); in getConstantMax()