Searched refs:ConstantMax (Results 1 – 2 of 2) sorted by relevance
1422 const SCEV *ConstantMax;1439 const SCEV *getConstantMax() const { return ConstantMax; }1442 BackedgeTakenInfo() : ConstantMax(nullptr), IsComplete(false) {}1450 const SCEV *ConstantMax, bool MaxOrZero);
7681 bool IsComplete, const SCEV *ConstantMax, bool MaxOrZero) in BackedgeTakenInfo() argument7682 : ConstantMax(ConstantMax), IsComplete(IsComplete), MaxOrZero(MaxOrZero) { in BackedgeTakenInfo()7702 assert((isa<SCEVCouldNotCompute>(ConstantMax) || in BackedgeTakenInfo()7703 isa<SCEVConstant>(ConstantMax)) && in BackedgeTakenInfo()7708 if (!isa<SCEVCouldNotCompute>(ConstantMax)) in BackedgeTakenInfo()7709 ST.visitAll(ConstantMax); in BackedgeTakenInfo()