Dba.ExprSourcetype t = private | Var of Var.t| Load of size * endianness * t * string option| Cst of Binsec_base.Bitvector.t| Unary of Unary_op.t * t| Binary of Binary_op.t * t * t| Ite of t * t * tconstant bv creates a constant expression from the bitvector bv.
ones n creates a constant expression of value 1 with length n. I.e.; it has (n - 1) zeros in binary.
Binary expressions
include Binsec_base.Sigs.COMPARISON with type t := t and type boolean = tshift_(left|right) e q shifts expression e by quantity q, padding with zeroes
restrict lo hi e creates Dba.ExprUnary(Restrict(lo, hi), e) if hi >= lo && lo >=0 .
load nbytes endianness t