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