Lines Matching refs:getConstantMax
6896 return getBackedgeTakenInfo(L).getConstantMax(ExitingBlock, this); in getExitCount()
6913 return getBackedgeTakenInfo(L).getConstantMax(this); in getBackedgeTakenCount()
6975 isLoopInvariant(Result.getConstantMax(this), L) && in getBackedgeTakenInfo()
6978 } else if (Result.getConstantMax(this) == getCouldNotCompute() && in getBackedgeTakenInfo()
7229 const SCEV *ScalarEvolution::BackedgeTakenInfo::getConstantMax( in getConstantMax() function in ScalarEvolution::BackedgeTakenInfo
7240 ScalarEvolution::BackedgeTakenInfo::getConstantMax(ScalarEvolution *SE) const { in getConstantMax() function in ScalarEvolution::BackedgeTakenInfo
7245 if (any_of(ExitNotTaken, PredicateNotAlwaysTrue) || !getConstantMax()) in getConstantMax()
7248 assert((isa<SCEVCouldNotCompute>(getConstantMax()) || in getConstantMax()
7249 isa<SCEVConstant>(getConstantMax())) && in getConstantMax()
7251 return getConstantMax(); in getConstantMax()
7272 if (getConstantMax() && getConstantMax() != SE->getCouldNotCompute() && in hasOperand()
7273 SE->hasOperand(getConstantMax(), S)) in hasOperand()