Dba.LValueSourcetype t = private | Var of Var.t| Restrict of Var.t * int Binsec_base.Interval.t| Store of size * endianness * Expr.t * string optionvar tag name ~size creates a DBA lvalue for a variable
flag ~size fname creates a flag variable.
size defaults to 1_restrict and _bit_restrict are deprecated. Use the other forms ** below.
temp n creates a lvalue representing a temporary of size n with name Format.sprintf "temp%d" n.
is_expr_translatable e returns true is the expression can have a valid lvalue translation
of_expr e translates an expression to its lvalue equivalent if possible.
Use is_expr_translatable e to check the feasability of this translation.
bitsize lv returns the size in bits of lv.
resize bitsize lv patches the lvalue lv and gives it a size of bitsize.