Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1478 const SCEV *ConstantMax = nullptr;
1492 const SCEV *getConstantMax() const { return ConstantMax; }
1503 const SCEV *ConstantMax, bool MaxOrZero);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8704 bool IsComplete, const SCEV *ConstantMax, bool MaxOrZero) in BackedgeTakenInfo() argument
8705 : ConstantMax(ConstantMax), IsComplete(IsComplete), MaxOrZero(MaxOrZero) { in BackedgeTakenInfo()
8718 assert((isa<SCEVCouldNotCompute>(ConstantMax) || in BackedgeTakenInfo()
8719 isa<SCEVConstant>(ConstantMax)) && in BackedgeTakenInfo()
10484 const SCEV *ConstantMax = getCouldNotCompute(); in howFarToZero() local
10487 ConstantMax = in howFarToZero()
10491 isa<SCEVCouldNotCompute>(Exact) ? ConstantMax : Exact; in howFarToZero()
10492 return ExitLimit(Exact, ConstantMax, SymbolicMax, false, Predicates); in howFarToZero()