(maybe-evex-fix x) → *
Function: maybe-evex-fix
(defun maybe-evex-fix (x) (declare (xargs :guard (maybe-evex-p x))) (let ((__function__ 'maybe-evex-fix)) (declare (ignorable __function__)) (mbe :logic (if (maybe-evex-p x) x 'nil) :exec x)))