| 1892 | } |
| 1893 | |
| 1894 | expr expr::concat_zeros(unsigned bits) const { |
| 1895 | return bits ? concat(mkUInt(0, bits)) : *this; |
| 1896 | } |
| 1897 | |
| 1898 | expr expr::extract(unsigned high, unsigned low, unsigned depth) const { |
| 1899 | C(); |
no outgoing calls
no test coverage detected