Go to the source code of this file.
◆ bvint_value_is_max()
static bool bvint_value_is_max |
( |
const typet & |
type, |
|
|
const mp_integer & |
value |
|
) |
| |
|
inlinestatic |
◆ bvint_value_is_min()
static bool bvint_value_is_min |
( |
const typet & |
type, |
|
|
const mp_integer & |
value |
|
) |
| |
|
inlinestatic |
◆ force_value_from_expr()
◆ interval_from_relation()
Builds an interval representing all values satisfying the input expression.
The expression is expected to be a comparison between an integer constant and a variable (symbol)
- Parameters
-
e | the relation expression that should be satisfied |
- Returns
- the constant interval expression representing the values
Definition at line 196 of file interval_abstract_value.cpp.
◆ interval_from_x_ge_value()
◆ interval_from_x_gt_value()
◆ interval_from_x_le_value()
◆ interval_from_x_lt_value()
◆ invert_relation()
◆ make_interval_expr()
◆ make_interval_index_range()
◆ new_interval_is_top()
◆ represents_interval()
static bool represents_interval |
( |
const exprt & |
expr | ) |
|
|
inlinestatic |
◆ widening_merge()