Get the orig-ins field from a svtv.
(svtv->orig-ins x) → orig-ins
This is an ordinary field accessor created by defprod.
Function:
(defun svtv->orig-ins$inline (x) (declare (xargs :guard (svtv-p x))) (declare (xargs :guard t)) (let ((__function__ 'svtv->orig-ins)) (declare (ignorable __function__)) (mbe :logic (b* ((x (and t x))) (true-list-list-fix (std::da-nth 7 x))) :exec (std::da-nth 7 x))))
Theorem:
(defthm true-list-listp-of-svtv->orig-ins (b* ((orig-ins (svtv->orig-ins$inline x))) (true-list-listp orig-ins)) :rule-classes :rewrite)
Theorem:
(defthm svtv->orig-ins$inline-of-svtv-fix-x (equal (svtv->orig-ins$inline (svtv-fix x)) (svtv->orig-ins$inline x)))
Theorem:
(defthm svtv->orig-ins$inline-svtv-equiv-congruence-on-x (implies (svtv-equiv x x-equiv) (equal (svtv->orig-ins$inline x) (svtv->orig-ins$inline x-equiv))) :rule-classes :congruence)