Returns the height of the JIT tree from this node
| 285 | |
| 286 | /// Returns the height of the JIT tree from this node |
| 287 | int getHeight() const { return m_height; } |
| 288 | |
| 289 | /// Returns the short name for this type |
| 290 | /// \note For the shift node this is "Sh" appended by the short name of the |
no outgoing calls
no test coverage detected