Function z3_sys::Z3_mk_bvneg_no_overflow[][src]

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

Check that bit-wise negation does not overflow when t1 is interpreted as a signed bit-vector.

The node t1 must have bit-vector sort.