Function z3_sys::Z3_mk_zero_ext

source ·
pub unsafe extern "C" fn Z3_mk_zero_ext(
    c: Z3_context,
    i: c_uint,
    t1: Z3_ast
) -> Z3_ast
Expand description

Extend the given bit-vector with zeros to the (unsigned) equivalent bit-vector of size m+i, where m is the size of the given bit-vector.

The node t1 must have a bit-vector sort.