(vl-scopeitem-interfaceport-p x) → *
Function:
(defun vl-scopeitem-interfaceport-p$inline (x) (declare (xargs :guard (vl-scopeitem-p x))) (let ((__function__ 'vl-scopeitem-interfaceport-p)) (declare (ignorable __function__)) (mbe :logic (vl-interfaceport-p x) :exec (eq (tag x) :vl-interfaceport))))