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