Function z3_sys::Z3_mk_sign_ext[][src]

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

Sign-extend of the given bit-vector to the (signed) 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.