56 if(
i<0 || i>std::numeric_limits<signed>::max())
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
A base class for binary expressions.
virtual const bvt & convert_bv(const exprt &expr, const std::optional< std::size_t > expected_width={})
Convert expression to vector of literalts, using an internal cache to speed up conversion if availabl...
virtual bvt convert_shift(const binary_exprt &expr)
bvt conversion_failed(const exprt &expr)
Print that the expression of x has failed conversion, then return a vector of x's width.
virtual std::size_t boolbv_width(const typet &type) const
static bvt shift(const bvt &op, const shiftt shift, std::size_t distance)
dstringt has one field, an unsigned integer no which is an index into a static table of strings.
bool is_constant() const
Return whether the expression is a constant.
typet & type()
Return the type of the expression.
const irep_idt & id() const
std::vector< literalt > bvt
#define UNREACHABLE
This should be used to mark dead code.
const constant_exprt & to_constant_expr(const exprt &expr)
Cast an exprt to a constant_exprt.