Searched refs:ConstantMax (Results 1 – 2 of 2) sorted by relevance
1478 const SCEV *ConstantMax = nullptr;1492 const SCEV *getConstantMax() const { return ConstantMax; }1503 const SCEV *ConstantMax, bool MaxOrZero);
8704 bool IsComplete, const SCEV *ConstantMax, bool MaxOrZero) in BackedgeTakenInfo() argument8705 : 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() local10487 ConstantMax = in howFarToZero()10491 isa<SCEVCouldNotCompute>(Exact) ? ConstantMax : Exact; in howFarToZero()10492 return ExitLimit(Exact, ConstantMax, SymbolicMax, false, Predicates); in howFarToZero()