Searched refs:getConstantMax (Results 1 – 2 of 2) sorted by relevance
1519 const SCEV *getConstantMax() const { return ConstantMax; }1536 !isa<SCEVCouldNotCompute>(getConstantMax());1571 const SCEV *getConstantMax(ScalarEvolution *SE) const;1574 const SCEV *getConstantMax(const BasicBlock *ExitingBlock,
8281 return getBackedgeTakenInfo(L).getConstantMax(ExitingBlock, this); in getExitCount()8298 return getBackedgeTakenInfo(L).getConstantMax(this); in getBackedgeTakenCount()8625 const SCEV *ScalarEvolution::BackedgeTakenInfo::getConstantMax( in getConstantMax() function in ScalarEvolution::BackedgeTakenInfo8645 ScalarEvolution::BackedgeTakenInfo::getConstantMax(ScalarEvolution *SE) const { in getConstantMax() function in ScalarEvolution::BackedgeTakenInfo8650 if (!getConstantMax() || any_of(ExitNotTaken, PredicateNotAlwaysTrue)) in getConstantMax()8653 assert((isa<SCEVCouldNotCompute>(getConstantMax()) || in getConstantMax()8654 isa<SCEVConstant>(getConstantMax())) && in getConstantMax()8656 return getConstantMax(); in getConstantMax()