| 498 | bool instruction::is_normalized() const { return normalized; } |
| 499 | |
| 500 | bool instruction::need_normalization() const |
| 501 | { |
| 502 | return this->get_operator().need_normalization() and not normalized; |
| 503 | } |
| 504 | |
| 505 | operation instruction::normalized_operator() const |
| 506 | { |
no outgoing calls
no test coverage detected