Function z3_sys::Z3_mk_ext_rotate_left[][src]

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

Rotate bits of t1 to the left t2 times.

The nodes t1 and t2 must have the same bit-vector sort.