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.h1505 const SCEV *ConstantMax = nullptr;
1519 const SCEV *getConstantMax() const { return ConstantMax; }
1530 const SCEV *ConstantMax, bool MaxOrZero);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8751 bool IsComplete, const SCEV *ConstantMax, bool MaxOrZero) in BackedgeTakenInfo() argument
8752 : ConstantMax(ConstantMax), IsComplete(IsComplete), MaxOrZero(MaxOrZero) { in BackedgeTakenInfo()
8765 assert((isa<SCEVCouldNotCompute>(ConstantMax) || in BackedgeTakenInfo()
8766 isa<SCEVConstant>(ConstantMax)) && in BackedgeTakenInfo()
10553 const SCEV *ConstantMax = getCouldNotCompute(); in howFarToZero() local
10556 ConstantMax = in howFarToZero()
10560 isa<SCEVCouldNotCompute>(Exact) ? ConstantMax : Exact; in howFarToZero()
10561 return ExitLimit(Exact, ConstantMax, SymbolicMax, false, Predicates); in howFarToZero()