Faster version of vl-hidpiece-p, given that vl-atomguts-p is already known.
(vl-fast-hidpiece-p x) → *
We leave this function enabled and reason about
Function:
(defun vl-fast-hidpiece-p$inline (x) (declare (xargs :guard (vl-atomguts-p x))) (let ((__function__ 'vl-fast-hidpiece-p)) (declare (ignorable __function__)) (mbe :logic (vl-hidpiece-p x) :exec (eq (tag x) :vl-hidpiece))))