Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1475 const SCEV *ConstantMax = nullptr;
1489 const SCEV *getConstantMax() const { return ConstantMax; }
1500 const SCEV *ConstantMax, bool MaxOrZero);
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp8743 bool IsComplete, const SCEV *ConstantMax, bool MaxOrZero) in BackedgeTakenInfo() argument
8744 : ConstantMax(ConstantMax), IsComplete(IsComplete), MaxOrZero(MaxOrZero) { in BackedgeTakenInfo()
8757 assert((isa<SCEVCouldNotCompute>(ConstantMax) || in BackedgeTakenInfo()
8758 isa<SCEVConstant>(ConstantMax)) && in BackedgeTakenInfo()
10528 const SCEV *ConstantMax = getCouldNotCompute(); in howFarToZero() local
10531 ConstantMax = in howFarToZero()
10535 isa<SCEVCouldNotCompute>(Exact) ? ConstantMax : Exact; in howFarToZero()
10536 return ExitLimit(Exact, ConstantMax, SymbolicMax, false, Predicates); in howFarToZero()