(call-graph-const-expr const-expr fn-name acc) → call-graph
Function:
(defun call-graph-const-expr (const-expr fn-name acc) (declare (xargs :guard (and (const-exprp const-expr) (identp fn-name) (ident-ident-option-set-mapp acc)))) (let ((__function__ 'call-graph-const-expr)) (declare (ignorable __function__)) (b* (((const-expr const-expr) const-expr)) (call-graph-expr const-expr.expr fn-name acc))))
Theorem:
(defthm ident-ident-option-set-mapp-of-call-graph-const-expr (b* ((call-graph (call-graph-const-expr const-expr fn-name acc))) (ident-ident-option-set-mapp call-graph)) :rule-classes :rewrite)