Searched refs:ConstantMax (Results 1 – 2 of 2) sorted by relevance
1380 const SCEV *ConstantMax;1394 const SCEV *getConstantMax() const { return ConstantMax; }1397 BackedgeTakenInfo() : ConstantMax(nullptr), IsComplete(false) {}1405 const SCEV *ConstantMax, bool MaxOrZero);
7452 bool IsComplete, const SCEV *ConstantMax, bool MaxOrZero) in BackedgeTakenInfo() argument7453 : ConstantMax(ConstantMax), IsComplete(IsComplete), MaxOrZero(MaxOrZero) { in BackedgeTakenInfo()7473 assert((isa<SCEVCouldNotCompute>(ConstantMax) || in BackedgeTakenInfo()7474 isa<SCEVConstant>(ConstantMax)) && in BackedgeTakenInfo()