Module Expr.BV
Constructors from the smtlib theory of fixed-size bit-vectors and the QF_BV logic.
https://smtlib.cs.uiowa.edu/theories-FixedSizeBitVectors.shtml https://smtlib.cs.uiowa.edu/logics-all.shtml#QF_BV
val of_Z : size:int -> Z.t -> t
val int2bv : int -> t -> t
val repeat : int -> t -> t
val zero_extend : int -> t -> t
val sign_extend : int -> t -> t
val rotate_left : int -> t -> t
val rotate_right : int -> t -> t