(4vmask-empty x) recognizes the empty 4vmask.
(4vmask-empty x) → *
Function:
(defun 4vmask-empty$inline (x) (declare (xargs :guard (4vmask-p x))) (let ((__function__ '4vmask-empty)) (declare (ignorable __function__)) (sparseint-equal (4vmask-fix x) 0)))