Go to the documentation of this file.
18 op_bv.size() <= width,
19 "operand bitvector width shall not be larger than the width indicated by "
28 for(std::size_t i = 0; i < op_bv.size(); i++)
32 for(std::size_t i = op_bv.size(); i < bv.size(); i++)
std::vector< literalt > bvt
Union constructor from single element.
virtual literalt new_variable()=0
virtual bvt convert_union(const union_exprt &expr)
typet & type()
Return the type of the expression.
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...
virtual bvt convert_empty_union(const empty_union_exprt &expr)
size_t map_bit(size_t bit) const
Union constructor to support unions without any member (a GCC/Clang feature).
Maps a big-endian offset to a little-endian offset.
virtual endianness_mapt endianness_map(const typet &type, bool little_endian) const