(vl-hidexpr-name1 x) → name
Function:
(defun vl-hidexpr-name1 (x) (declare (xargs :guard (vl-hidexpr-p x))) (let ((__function__ 'vl-hidexpr-name1)) (declare (ignorable __function__)) (vl-hidexpr-case x :end x.name :dot (vl-hidindex->name x.first))))
Theorem:
(defthm vl-hidname-p-of-vl-hidexpr-name1 (b* ((name (vl-hidexpr-name1 x))) (vl-hidname-p name)) :rule-classes :rewrite)
Theorem:
(defthm vl-hidexpr-name1-of-vl-hidexpr-fix-x (equal (vl-hidexpr-name1 (vl-hidexpr-fix x)) (vl-hidexpr-name1 x)))
Theorem:
(defthm vl-hidexpr-name1-vl-hidexpr-equiv-congruence-on-x (implies (vl-hidexpr-equiv x x-equiv) (equal (vl-hidexpr-name1 x) (vl-hidexpr-name1 x-equiv))) :rule-classes :congruence)