Function:
(defun vl-expr->atts$inline (x) (declare (xargs :guard (vl-expr-p x))) (let ((__function__ 'vl-expr->atts)) (declare (ignorable __function__)) (vl-expr-case x :atom x.atts :nonatom x.atts)))
Theorem:
(defthm vl-atts-p-of-vl-expr->atts (b* ((atts (vl-expr->atts$inline x))) (vl-atts-p atts)) :rule-classes :rewrite)
Theorem:
(defthm vl-expr->atts$inline-of-vl-expr-fix-x (equal (vl-expr->atts$inline (vl-expr-fix x)) (vl-expr->atts$inline x)))
Theorem:
(defthm vl-expr->atts$inline-vl-expr-equiv-congruence-on-x (implies (vl-expr-equiv x x-equiv) (equal (vl-expr->atts$inline x) (vl-expr->atts$inline x-equiv))) :rule-classes :congruence)