Get the descs field from a vl-loadstate.
(vl-loadstate->descs x) → descs
This is an ordinary field accessor created by defprod.
Function:
(defun vl-loadstate->descs$inline (x) (declare (xargs :guard (vl-loadstate-p x))) (declare (xargs :guard t)) (let ((__function__ 'vl-loadstate->descs)) (declare (ignorable __function__)) (mbe :logic (b* ((x (and t x))) (vl-descriptionlist-fix (std::prod-car (std::prod-cdr (std::prod-car (std::prod-car (cdr x))))))) :exec (std::prod-car (std::prod-cdr (std::prod-car (std::prod-car (cdr x))))))))
Theorem:
(defthm vl-descriptionlist-p-of-vl-loadstate->descs (b* ((descs (vl-loadstate->descs$inline x))) (vl-descriptionlist-p descs)) :rule-classes :rewrite)
Theorem:
(defthm vl-loadstate->descs$inline-of-vl-loadstate-fix-x (equal (vl-loadstate->descs$inline (vl-loadstate-fix x)) (vl-loadstate->descs$inline x)))
Theorem:
(defthm vl-loadstate->descs$inline-vl-loadstate-equiv-congruence-on-x (implies (vl-loadstate-equiv x x-equiv) (equal (vl-loadstate->descs$inline x) (vl-loadstate->descs$inline x-equiv))) :rule-classes :congruence)