(vl-modinst-lvaluecheck x warnings) → warnings
Function:
(defun vl-modinst-lvaluecheck (x warnings) (declare (xargs :guard (and (vl-modinst-p x) (vl-warninglist-p warnings)))) (let ((__function__ 'vl-modinst-lvaluecheck)) (declare (ignorable __function__)) (b* (((vl-modinst x))) (vl-arguments-lvaluecheck x.portargs x.loc x.instname warnings))))
Theorem:
(defthm vl-warninglist-p-of-vl-modinst-lvaluecheck (b* ((warnings (vl-modinst-lvaluecheck x warnings))) (vl-warninglist-p warnings)) :rule-classes :rewrite)
Theorem:
(defthm vl-modinst-lvaluecheck-of-vl-modinst-fix-x (equal (vl-modinst-lvaluecheck (vl-modinst-fix x) warnings) (vl-modinst-lvaluecheck x warnings)))
Theorem:
(defthm vl-modinst-lvaluecheck-vl-modinst-equiv-congruence-on-x (implies (vl-modinst-equiv x x-equiv) (equal (vl-modinst-lvaluecheck x warnings) (vl-modinst-lvaluecheck x-equiv warnings))) :rule-classes :congruence)
Theorem:
(defthm vl-modinst-lvaluecheck-of-vl-warninglist-fix-warnings (equal (vl-modinst-lvaluecheck x (vl-warninglist-fix warnings)) (vl-modinst-lvaluecheck x warnings)))
Theorem:
(defthm vl-modinst-lvaluecheck-vl-warninglist-equiv-congruence-on-warnings (implies (vl-warninglist-equiv warnings warnings-equiv) (equal (vl-modinst-lvaluecheck x warnings) (vl-modinst-lvaluecheck x warnings-equiv))) :rule-classes :congruence)