RangeExpr.h File Reference
Go to the source code of this file.
Function Documentation
|
|
Description: Return true if the given expression is omega or a range expression with bounds of -Inf and +Inf.
Definition at line 17 of file RangeExpr.cc.
References e, RangeExpr::has_lb(), RangeExpr::has_ub(), INTEGER_CONSTANT_OP, RangeExpr::lb(), Expression::op(), RANGE_OP, RangeExpr::ub(), and Expression::value().
Referenced by _determine_relation(), _is_comparable(), _pull_ranges_out(), RangeComparator::compare(), intersect_ranges(), pull_ranges_out(), union_ranges(), and widen_range(). |
|