Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1565 const SCEV *ConstantMax = nullptr;
1579 const SCEV *getConstantMax() const { return ConstantMax; }
1594 bool IsComplete, const SCEV *ConstantMax,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8787 bool IsComplete, const SCEV *ConstantMax, bool MaxOrZero) in BackedgeTakenInfo() argument
8788 : ConstantMax(ConstantMax), IsComplete(IsComplete), MaxOrZero(MaxOrZero) { in BackedgeTakenInfo()
8801 assert((isa<SCEVCouldNotCompute>(ConstantMax) || in BackedgeTakenInfo()
8802 isa<SCEVConstant>(ConstantMax)) && in BackedgeTakenInfo()
10625 const SCEV *ConstantMax = getCouldNotCompute(); in howFarToZero() local
10628 ConstantMax = in howFarToZero()
10632 isa<SCEVCouldNotCompute>(Exact) ? ConstantMax : Exact; in howFarToZero()
10633 return ExitLimit(Exact, ConstantMax, SymbolicMax, false, Predicates); in howFarToZero()