(vl-datatype->signedp x) → *
Function:
(defun vl-datatype->signedp (x) (declare (xargs :guard (vl-datatype-p x))) (let ((__function__ 'vl-datatype->signedp)) (declare (ignorable __function__)) (vl-datatype-case x :vl-coretype x.signedp :vl-struct x.signedp :vl-union x.signedp :otherwise nil)))
Theorem:
(defthm vl-datatype->signedp-of-vl-datatype-fix-x (equal (vl-datatype->signedp (vl-datatype-fix x)) (vl-datatype->signedp x)))
Theorem:
(defthm vl-datatype->signedp-vl-datatype-equiv-congruence-on-x (implies (vl-datatype-equiv x x-equiv) (equal (vl-datatype->signedp x) (vl-datatype->signedp x-equiv))) :rule-classes :congruence)