Searched refs:getConstantMax (Results 1 – 2 of 2) sorted by relevance
1579 const SCEV *getConstantMax() const { return ConstantMax; }1601 !isa<SCEVCouldNotCompute>(getConstantMax());1644 LLVM_ABI const SCEV *getConstantMax(1649 const SCEV *getConstantMax(
8301 return getBackedgeTakenInfo(L).getConstantMax(ExitingBlock, this); in getExitCount()8317 return getPredicatedBackedgeTakenInfo(L).getConstantMax(ExitingBlock, this, in getPredicatedExitCount()8334 return getBackedgeTakenInfo(L).getConstantMax(this); in getBackedgeTakenCount()8348 return getPredicatedBackedgeTakenInfo(L).getConstantMax(this, &Preds); in getPredicatedConstantMaxBackedgeTakenCount()8670 const SCEV *ScalarEvolution::BackedgeTakenInfo::getConstantMax( in getConstantMax() function in ScalarEvolution::BackedgeTakenInfo8673 if (!getConstantMax()) in getConstantMax()8683 assert((isa<SCEVCouldNotCompute>(getConstantMax()) || in getConstantMax()8684 isa<SCEVConstant>(getConstantMax())) && in getConstantMax()8686 return getConstantMax(); in getConstantMax()