Go to the documentation of this file.
30 const bool little_endian =
42 std::pair<bv_cachet::iterator, bool> cache_result=
46 auto &cache_entry = cache_result.first->second;
48 if(!cache_result.second)
60 !expected_width || cache_entry.size() == *expected_width,
61 "bitvector width shall match the indicated expected width",
66 for(
const auto &literal : cache_entry)
73 "variable number must be different from the unused variable number",
99 if(expr.
type().
id()==ID_bool)
102 if(expr.
id()==ID_index)
104 else if(expr.
id()==ID_constraint_select_one)
106 else if(expr.
id()==ID_member)
108 else if(expr.
id()==ID_with)
110 else if(expr.
id()==ID_update)
112 else if(expr.
id()==ID_case)
114 else if(expr.
id()==ID_cond)
116 else if(expr.
id()==ID_if)
118 else if(expr.
id()==ID_constant)
120 else if(expr.
id()==ID_typecast)
122 else if(expr.
id()==ID_symbol)
124 else if(expr.
id()==ID_plus || expr.
id()==ID_minus ||
125 expr.
id()==
"no-overflow-plus" ||
126 expr.
id()==
"no-overflow-minus")
128 else if(expr.
id() == ID_mult)
130 else if(expr.
id()==ID_div)
132 else if(expr.
id()==ID_mod)
134 else if(expr.
id()==ID_shl || expr.
id()==ID_ashr || expr.
id()==ID_lshr ||
135 expr.
id()==ID_rol || expr.
id()==ID_ror)
138 expr.
id() == ID_floatbv_plus || expr.
id() == ID_floatbv_minus ||
139 expr.
id() == ID_floatbv_mult || expr.
id() == ID_floatbv_div)
143 else if(expr.
id() == ID_floatbv_mod)
145 else if(expr.
id() == ID_floatbv_rem)
147 else if(expr.
id()==ID_floatbv_typecast)
149 else if(expr.
id()==ID_concatenation)
151 else if(expr.
id()==ID_replication)
153 else if(expr.
id()==ID_extractbits)
155 else if(expr.
id()==ID_bitnot || expr.
id()==ID_bitand ||
156 expr.
id()==ID_bitor || expr.
id()==ID_bitxor ||
157 expr.
id()==ID_bitxnor || expr.
id()==ID_bitnor ||
158 expr.
id()==ID_bitnand)
160 else if(expr.
id() == ID_unary_minus)
162 else if(expr.
id()==ID_unary_plus)
166 else if(expr.
id()==ID_abs)
168 else if(expr.
id() == ID_bswap)
170 else if(expr.
id()==ID_byte_extract_little_endian ||
171 expr.
id()==ID_byte_extract_big_endian)
173 else if(expr.
id()==ID_byte_update_little_endian ||
174 expr.
id()==ID_byte_update_big_endian)
176 else if(expr.
id()==ID_nondet_symbol ||
177 expr.
id()==
"quant_symbol")
179 else if(expr.
id()==ID_struct)
181 else if(expr.
id()==ID_union)
183 else if(expr.
id() == ID_empty_union)
185 else if(expr.
id()==ID_string_constant)
188 else if(expr.
id() == ID_named_term)
194 else if(expr.
id()==ID_array)
196 else if(expr.
id()==ID_vector)
198 else if(expr.
id()==ID_complex)
200 else if(expr.
id()==ID_complex_real)
202 else if(expr.
id()==ID_complex_imag)
204 else if(expr.
id() == ID_array_comprehension)
206 else if(expr.
id()==ID_array_of)
208 else if(expr.
id()==ID_let)
210 else if(expr.
id()==ID_function_application)
213 else if(expr.
id()==ID_reduction_or || expr.
id()==ID_reduction_and ||
214 expr.
id()==ID_reduction_nor || expr.
id()==ID_reduction_nand ||
215 expr.
id()==ID_reduction_xor || expr.
id()==ID_reduction_xnor)
217 else if(expr.
id()==ID_not)
219 else if(expr.
id()==ID_power)
221 else if(expr.
id() == ID_popcount)
223 else if(expr.
id() == ID_count_leading_zeros)
228 else if(expr.
id() == ID_count_trailing_zeros)
233 else if(expr.
id() == ID_bitreverse)
235 else if(expr.
id() == ID_saturating_minus || expr.
id() == ID_saturating_plus)
238 const auto overflow_with_result =
239 expr_try_dynamic_cast<overflow_result_exprt>(expr))
243 else if(expr.
id() == ID_find_first_set)
271 size * tmp.size() == width,
272 "total bitvector width shall equal the number of operands times the size "
275 std::size_t offset = numeric_cast_v<std::size_t>(i * tmp.size());
277 for(std::size_t j=0; j<tmp.size(); j++)
289 const irep_idt &identifier = expr.
get(ID_identifier);
299 return l.var_no() < prop.no_variables() || l.is_constant();
301 "variable number of non-constant literals should be within bounds",
323 if(expr.
id()==ID_typecast)
325 else if(expr.
id()==ID_equal)
327 else if(expr.
id()==ID_verilog_case_equality ||
328 expr.
id()==ID_verilog_case_inequality)
330 else if(expr.
id()==ID_notequal)
334 equal_exprt(notequal_expr.lhs(), notequal_expr.rhs()));
336 else if(expr.
id()==ID_ieee_float_equal ||
337 expr.
id()==ID_ieee_float_notequal)
341 else if(expr.
id()==ID_le || expr.
id()==ID_ge ||
342 expr.
id()==ID_lt || expr.
id()==ID_gt)
346 else if(expr.
id()==ID_extractbit)
348 else if(expr.
id()==ID_forall)
350 else if(expr.
id()==ID_exists)
352 else if(expr.
id()==ID_let)
357 "convert_let must return 1-bit vector for boolean let");
361 else if(expr.
id()==ID_index)
367 else if(expr.
id()==ID_member)
373 else if(expr.
id()==ID_case)
379 else if(expr.
id()==ID_cond)
385 else if(expr.
id()==ID_sign)
390 const irep_idt type_id = op.type().id();
391 if(type_id == ID_signedbv || type_id == ID_fixedbv || type_id == ID_floatbv)
392 return bv[bv.size()-1];
393 if(type_id == ID_unsignedbv)
396 else if(expr.
id()==ID_reduction_or || expr.
id()==ID_reduction_and ||
397 expr.
id()==ID_reduction_nor || expr.
id()==ID_reduction_nand ||
398 expr.
id()==ID_reduction_xor || expr.
id()==ID_reduction_xnor)
400 else if(expr.
id()==ID_onehot || expr.
id()==ID_onehot0)
403 const auto binary_overflow =
404 expr_try_dynamic_cast<binary_overflow_exprt>(expr))
409 const auto unary_overflow =
410 expr_try_dynamic_cast<unary_overflow_exprt>(expr))
414 else if(expr.
id()==ID_isnan)
419 if(op.type().id() == ID_floatbv)
422 return float_utils.
is_NaN(bv);
424 else if(op.type().id() == ID_fixedbv)
427 else if(expr.
id()==ID_isfinite)
432 if(op.type().id() == ID_floatbv)
439 else if(op.id() == ID_fixedbv)
442 else if(expr.
id()==ID_isinf)
447 if(op.type().id() == ID_floatbv)
452 else if(op.type().id() == ID_fixedbv)
455 else if(expr.
id()==ID_isnormal)
459 if(op.type().id() == ID_floatbv)
465 else if(op.type().id() == ID_fixedbv)
468 else if(expr.
id() == ID_function_application)
485 expr.
lhs().
id() == ID_symbol && type == expr.
rhs().
type() &&
486 type.
id() != ID_bool)
512 const auto equal_expr = expr_try_dynamic_cast<equal_exprt>(expr);
520 if(type.
id()!=ID_array)
527 if(!size_opt.has_value())
543 result.reserve(binding.
variables().size());
545 for(
const auto &binding : binding.
variables())
547 const auto &old_identifier = binding.get_identifier();
554 result.emplace_back(new_identifier, binding.
type());
570 dest.reserve(components.size());
571 std::size_t offset = 0;
572 for(
const auto &comp : components)
574 dest.push_back(offset);
const componentst & components() const
virtual bvt convert_bv_typecast(const typecast_exprt &expr)
dstringt has one field, an unsigned integer no which is an index into a static table of strings.
unbounded_arrayt unbounded_array
const array_comprehension_exprt & to_array_comprehension_expr(const exprt &expr)
Cast an exprt to a array_comprehension_exprt.
const vector_exprt & to_vector_expr(const exprt &expr)
Cast an exprt to an vector_exprt.
bool equality_propagation
const update_exprt & to_update_expr(const exprt &expr)
Cast an exprt to an update_exprt.
const extractbit_exprt & to_extractbit_expr(const exprt &expr)
Cast an exprt to an extractbit_exprt.
const unary_exprt & to_unary_expr(const exprt &expr)
Cast an exprt to a unary_exprt.
virtual bvt convert_member(const member_exprt &expr)
virtual literalt convert_bv_rel(const binary_relation_exprt &)
Flatten <, >, <= and >= expressions.
const div_exprt & to_div_expr(const exprt &expr)
Cast an exprt to a div_exprt.
virtual bvt convert_byte_update(const byte_update_exprt &expr)
const array_exprt & to_array_expr(const exprt &expr)
Cast an exprt to an array_exprt.
virtual bvt convert_array_of(const array_of_exprt &expr)
Flatten arrays constructed from a single element.
virtual literalt convert_reduction(const unary_exprt &expr)
virtual bvt convert_cond(const cond_exprt &)
virtual bvt new_variables(std::size_t width)
generates a bitvector of given width with new variables
virtual bvt convert_bitvector(const exprt &expr)
Converts an expression into its gate-level representation and returns a vector of literals correspond...
bool is_unbounded_array(const typet &type) const override
#define CHECK_RETURN(CONDITION)
The type of an expression, extends irept.
std::vector< literalt > bvt
const byte_extract_exprt & to_byte_extract_expr(const exprt &expr)
binding_exprt::variablest fresh_binding(const binding_exprt &)
create new, unique variables for the given binding
const floatbv_typet & to_floatbv_type(const typet &type)
Cast a typet to a floatbv_typet.
const index_exprt & to_index_expr(const exprt &expr)
Cast an exprt to an index_exprt.
const if_exprt & to_if_expr(const exprt &expr)
Cast an exprt to an if_exprt.
void set_to(const exprt &expr, bool value) override
For a Boolean expression expr, add the constraint 'expr' if value is true, otherwise add 'not expr'.
virtual bvt convert_complex(const complex_exprt &expr)
const bvt & get_literals(const irep_idt &identifier, const typet &type, std::size_t width)
const std::size_t MAX_FLATTENED_ARRAY_SIZE
virtual bvt convert_mod(const mod_exprt &expr)
const string_constantt & to_string_constant(const exprt &expr)
const array_of_exprt & to_array_of_expr(const exprt &expr)
Cast an exprt to an array_of_exprt.
virtual bvt convert_vector(const vector_exprt &expr)
virtual bvt convert_symbol(const exprt &expr)
virtual literalt new_variable()=0
virtual bvt convert_index(const exprt &array, const mp_integer &index)
index operator with constant index
Base class for all expressions.
const complex_exprt & to_complex_expr(const exprt &expr)
Cast an exprt to a complex_exprt.
std::vector< componentt > componentst
void set_to_true(const exprt &expr)
For a Boolean expression expr, add the constraint 'expr'.
const union_exprt & to_union_expr(const exprt &expr)
Cast an exprt to a union_exprt.
virtual literalt convert_onehot(const unary_exprt &expr)
virtual bvt convert_abs(const abs_exprt &expr)
const symbol_exprt & arg() const
std::string to_string(const string_not_contains_constraintt &expr)
Used for debug printing.
virtual bvt convert_union(const union_exprt &expr)
struct configt::ansi_ct ansi_c
virtual bvt convert_case(const exprt &expr)
virtual literalt land(literalt a, literalt b)=0
Magic numbers used throughout the codebase.
const array_typet & type() const
const popcount_exprt & to_popcount_expr(const exprt &expr)
Cast an exprt to a popcount_exprt.
virtual bvt convert_add_sub(const exprt &expr)
const find_first_set_exprt & to_find_first_set_expr(const exprt &expr)
Cast an exprt to a find_first_set_exprt.
virtual bvt convert_constant(const constant_exprt &expr)
virtual optionalt< std::size_t > get_width_opt(const typet &type) const
static var_not unused_var_no()
virtual literalt convert_extractbit(const extractbit_exprt &expr)
virtual bvt convert_overflow_result(const overflow_result_exprt &expr)
virtual bvt convert_concatenation(const concatenation_exprt &expr)
const floatbv_typecast_exprt & to_floatbv_typecast_expr(const exprt &expr)
Cast an exprt to a floatbv_typecast_exprt.
const irep_idt & get(const irep_idt &name) const
virtual void ignoring(const exprt &expr)
const unary_plus_exprt & to_unary_plus_expr(const exprt &expr)
Cast an exprt to a unary_plus_exprt.
const complex_real_exprt & to_complex_real_expr(const exprt &expr)
Cast an exprt to a complex_real_exprt.
literalt is_infinity(const bvt &)
const binary_exprt & to_binary_expr(const exprt &expr)
Cast an exprt to a binary_exprt.
#define INVARIANT_WITH_DIAGNOSTICS(CONDITION, REASON,...)
Same as invariant, with one or more diagnostics attached Diagnostics can be of any type that has a sp...
const bswap_exprt & to_bswap_expr(const exprt &expr)
Cast an exprt to a bswap_exprt.
const exprt & size() const
virtual bvt convert_mult(const mult_exprt &expr)
virtual bvt convert_shift(const binary_exprt &expr)
typet & type()
Return the type of the expression.
void set_frozen(literalt)
virtual bvt convert_byte_extract(const byte_extract_exprt &expr)
virtual bool boolbv_set_equality_to_true(const equal_exprt &expr)
Expression classes for byte-level operators.
const cond_exprt & to_cond_expr(const exprt &expr)
Cast an exprt to a cond_exprt.
virtual bvt convert_array(const exprt &expr)
Flatten array.
void show(std::ostream &out) const
literalt is_normal(const bvt &)
const mod_exprt & to_mod_expr(const exprt &expr)
Cast an exprt to a mod_exprt.
void record(const function_application_exprt &function_application)
#define DATA_INVARIANT(CONDITION, REASON)
This condition should be used to document that assumptions that are made on goto_functions,...
const mult_exprt & to_mult_expr(const exprt &expr)
Cast an exprt to a mult_exprt.
virtual bvt convert_extractbits(const extractbits_exprt &expr)
const std::string & id2string(const irep_idt &d)
virtual std::size_t boolbv_width(const typet &type) const
virtual const bvt & convert_bv(const exprt &expr, const optionalt< std::size_t > expected_width={})
Convert expression to vector of literalts, using an internal cache to speed up conversion if availabl...
const byte_update_exprt & to_byte_update_expr(const exprt &expr)
const empty_union_exprt & to_empty_union_expr(const exprt &expr)
Cast an exprt to an empty_union_exprt.
#define PRECONDITION(CONDITION)
const source_locationt & find_source_location() const
Get a source_locationt from the expression or from its operands (non-recursively).
virtual bvt convert_empty_union(const empty_union_exprt &expr)
const irep_idt & get_identifier() const
virtual bvt convert_floatbv_typecast(const floatbv_typecast_exprt &expr)
virtual bvt convert_bitreverse(const bitreverse_exprt &expr)
virtual literalt convert_verilog_case_equality(const binary_relation_exprt &expr)
virtual bvt convert_if(const if_exprt &expr)
virtual bvt convert_complex_real(const complex_real_exprt &expr)
const let_exprt & to_let_expr(const exprt &expr)
Cast an exprt to a let_exprt.
virtual literalt convert_ieee_float_rel(const binary_relation_exprt &)
std::size_t scope_counter
Application of (mathematical) function.
literalt const_literal(bool value)
const notequal_exprt & to_notequal_expr(const exprt &expr)
Cast an exprt to an notequal_exprt.
std::vector< symbol_exprt > variablest
exprt simplify_expr(exprt src, const namespacet &ns)
const unary_minus_exprt & to_unary_minus_expr(const exprt &expr)
Cast an exprt to a unary_minus_exprt.
const symbol_exprt & to_symbol_expr(const exprt &expr)
Cast an exprt to a symbol_exprt.
virtual bvt convert_bv_reduction(const unary_exprt &expr)
literalt is_NaN(const bvt &)
virtual bvt convert_saturating_add_sub(const binary_exprt &expr)
const irep_idt & id() const
virtual void set_frozen(literalt)
A base class for variable bindings (quantifiers, let, lambda)
const count_trailing_zeros_exprt & to_count_trailing_zeros_expr(const exprt &expr)
Cast an exprt to a count_trailing_zeros_exprt.
virtual bvt convert_constraint_select_one(const exprt &expr)
virtual bvt convert_bswap(const bswap_exprt &expr)
const complex_imag_exprt & to_complex_imag_expr(const exprt &expr)
Cast an exprt to a complex_imag_exprt.
nonstd::optional< T > optionalt
const shift_exprt & to_shift_expr(const exprt &expr)
Cast an exprt to a shift_exprt.
literalt convert(const exprt &expr) override
Convert a Boolean expression and return the corresponding literal.
const with_exprt & to_with_expr(const exprt &expr)
Cast an exprt to a with_exprt.
virtual literalt convert_rest(const exprt &expr)
const ieee_float_op_exprt & to_ieee_float_op_expr(const exprt &expr)
Cast an exprt to an ieee_float_op_exprt.
const concatenation_exprt & to_concatenation_expr(const exprt &expr)
Cast an exprt to a concatenation_exprt.
virtual bvt convert_let(const let_exprt &)
virtual bvt convert_bitwise(const exprt &expr)
virtual bvt convert_floatbv_op(const ieee_float_op_exprt &)
Structure type, corresponds to C style structs.
virtual bvt convert_struct(const struct_exprt &expr)
const quantifier_exprt & to_quantifier_expr(const exprt &expr)
Cast an exprt to a quantifier_exprt.
const sign_exprt & to_sign_expr(const exprt &expr)
Cast an exprt to a sign_exprt.
const not_exprt & to_not_expr(const exprt &expr)
Cast an exprt to an not_exprt.
const bitreverse_exprt & to_bitreverse_expr(const exprt &expr)
Cast an exprt to a bitreverse_exprt.
virtual literalt convert_binary_overflow(const binary_overflow_exprt &expr)
const typecast_exprt & to_typecast_expr(const exprt &expr)
Cast an exprt to a typecast_exprt.
exprt instantiate(const exprt::operandst &) const
substitute free occurrences of the variables in where() by the given values
const equal_exprt & to_equal_expr(const exprt &expr)
Cast an exprt to an equal_exprt.
void print_assignment(std::ostream &out) const override
Print satisfying assignment to out.
Maps a big-endian offset to a little-endian offset.
virtual literalt convert_equality(const equal_exprt &expr)
const extractbits_exprt & to_extractbits_expr(const exprt &expr)
Cast an exprt to an extractbits_exprt.
virtual bvt convert_unary_minus(const unary_minus_exprt &expr)
const member_exprt & to_member_expr(const exprt &expr)
Cast an exprt to a member_exprt.
bvt conversion_failed(const exprt &expr)
Print that the expression of x has failed conversion, then return a vector of x's width.
virtual bvt convert_replication(const replication_exprt &expr)
virtual literalt convert_quantifier(const quantifier_exprt &expr)
const named_term_exprt & to_named_term_expr(const exprt &expr)
Cast an exprt to a named_term_exprt.
virtual bvt convert_array_comprehension(const array_comprehension_exprt &)
virtual endianness_mapt endianness_map(const typet &type, bool little_endian) const
virtual bvt convert_floatbv_mod_rem(const binary_exprt &)
virtual bvt convert_not(const not_exprt &expr)
virtual literalt convert_typecast(const typecast_exprt &expr)
conversion from bitvector types to boolean
std::vector< std::size_t > offset_mapt
offset_mapt build_offset_map(const struct_typet &src)
Expression to define a mapping from an argument (index) to elements.
virtual literalt convert_unary_overflow(const unary_overflow_exprt &expr)
literalt convert_rest(const exprt &expr) override
virtual bvt convert_power(const binary_exprt &expr)
const binary_relation_exprt & to_binary_relation_expr(const exprt &expr)
Cast an exprt to a binary_relation_exprt.
virtual bvt convert_function_application(const function_application_exprt &expr)
virtual bvt convert_div(const div_exprt &expr)
const function_application_exprt & to_function_application_expr(const exprt &expr)
Cast an exprt to a function_application_exprt.
void print_assignment(std::ostream &out) const override
Print satisfying assignment to out.
const count_leading_zeros_exprt & to_count_leading_zeros_expr(const exprt &expr)
Cast an exprt to a count_leading_zeros_exprt.
const replication_exprt & to_replication_expr(const exprt &expr)
Cast an exprt to a replication_exprt.
void set_to(const exprt &expr, bool value) override
For a Boolean expression expr, add the constraint 'current_context => expr' if value is true,...
const struct_exprt & to_struct_expr(const exprt &expr)
Cast an exprt to a struct_exprt.
const abs_exprt & to_abs_expr(const exprt &expr)
Cast an exprt to a abs_exprt.
void set_literals(const irep_idt &identifier, const typet &type, const bvt &literals)
virtual bvt convert_update(const update_exprt &)
const constant_exprt & to_constant_expr(const exprt &expr)
Cast an exprt to a constant_exprt.
virtual bvt convert_with(const with_exprt &expr)
virtual bvt convert_complex_imag(const complex_imag_exprt &expr)