(i30 x) → *
Function: i30$inline
(defun i30$inline (x) (declare (xargs :guard (integerp x))) (mbe :logic (logext 30 x) :exec (fast-logext 30 x)))