| 281 | const Integer* AsInteger() const override { return this; } |
| 282 | uint32_t width() const { return width_; } |
| 283 | bool IsSigned() const { return signed_; } |
| 284 | |
| 285 | size_t ComputeExtraStateHash(size_t hash, SeenTypes* seen) const override; |
| 286 |
no outgoing calls