15 return OS <<
"undefined";
17 return OS <<
"overdefined";
24 return OS <<
"constant<" << *Val.
getConstant() <<
">";
This class represents lattice values for constants.
const APInt & getUpper() const
Return the upper value for this range.
const ConstantRange & getConstantRange() const
bool isOverdefined() const
bool isNotConstant() const
bool isConstantRange() const
Constant * getConstant() const
Constant * getNotConstant() const
const APInt & getLower() const
Return the lower value for this range.
raw_ostream & operator<<(raw_ostream &OS, const APInt &I)
This class implements an extremely fast bulk output stream that can only output to a stream...