| 155 | } |
| 156 | |
| 157 | static inline size_t COMP_B(const dag_node* dag, const type* type_dag, size_t i) { |
| 158 | (void)type_dag; |
| 159 | simplicity_debug_assert(COMP == dag[i].tag); |
| 160 | return dag[dag[i].child[1]].sourceType; |
| 161 | } |
| 162 | |
| 163 | static inline size_t COMP_C(const dag_node* dag, const type* type_dag, size_t i) { |
| 164 | (void)type_dag; |
no outgoing calls
no test coverage detected