Function z3_sys::Z3_mk_rotate_left

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

Rotate bits of t1 to the left i times.

The node t1 must have a bit-vector sort.