Pre-defined bitvector types.
Fixed-width bit-vector with IEEE floating-point interpretation.
static ieee_float_spect single_precision()
class floatbv_typet to_type() const
Fixed-width bit-vector with two's complement interpretation.
signedbv_typet get_dint_type()
Creates a new type that resembles the 'DInt' type of the Siemens PLC languages.
floatbv_typet get_real_type()
Creates a new type that resembles the 'Real' type of the Siemens PLC languages.
bool_typet get_bool_type()
Creates a new type that resembles the 'Bool' type of the Siemens PLC languages.
signedbv_typet get_int_type()
Creates a new type that resembles the 'Int' type of the Siemens PLC languages.
Statement List Type Helper.