(bed-op-andc1) → op
Function:
(defun bed-op-andc1$inline nil (declare (xargs :guard t)) (let ((__function__ 'bed-op-andc1)) (declare (ignorable __function__)) 2))
Theorem:
(defthm bed-op-p-of-bed-op-andc1 (b* ((op (bed-op-andc1$inline))) (bed-op-p op)) :rule-classes :rewrite)
Theorem:
(defthm bed-op-eval-of-andc1 (equal (bed-op-eval (bed-op-andc1) x y) (b-andc1 x y)))