Sourceval max_bit_width : Bigint.t Sourceval shl' : Bigint.t -> Bigint.t -> Bigint.t Sourceval shr' : Bigint.t -> Bigint.t -> Bigint.t Sourceval shr_arith' : Bigint.t -> Bigint.t -> Bigint.t -> Bigint.t Sourceval pow2' : Bigint.t -> Bigint.t Sourceval bitstr_to_int' : Bigint.t -> Bigint.t -> Bigint.t Sourceval int_to_bitstr' : Bigint.t -> Bigint.t -> Bigint.t Sourceval bits_to_int_unsigned' : bool array -> Bigint.t Sourceval bits_to_int_signed' : bool array -> Bigint.t Sourceval int_to_bits_unsigned' : Bigint.t -> int -> bool array Sourceval bitacc' : Bigint.t -> Bigint.t -> Bigint.t -> Bigint.t Sourceval bitacc_replace' : Bigint.t -> Bigint.t -> Bigint.t -> Bigint.t -> Bigint.t