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