Home
last modified time | relevance | path

Searched refs:getConstantMax (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1579 const SCEV *getConstantMax() const { return ConstantMax; }
1601 !isa<SCEVCouldNotCompute>(getConstantMax());
1644 LLVM_ABI const SCEV *getConstantMax(
1649 const SCEV *getConstantMax(
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8301 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::BackedgeTakenInfo
8673 if (!getConstantMax()) in getConstantMax()
8683 assert((isa<SCEVCouldNotCompute>(getConstantMax()) || in getConstantMax()
8684 isa<SCEVConstant>(getConstantMax())) && in getConstantMax()
8686 return getConstantMax(); in getConstantMax()