RangeExpr.cc File Reference
Go to the source code of this file.
Detailed Description
Definition in file RangeExpr.cc.
Function Documentation
| template ostream& operator<< |
( |
ostream & |
, |
|
|
const Set< RangeExpr > & |
|
|
) |
|
|
|
|
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(). |
|