| 348 | } |
| 349 | |
| 350 | Pointer Pointer::mkPointerFromNoAttrs(const Memory &m, const expr &e) { |
| 351 | return { m, e.concat_zeros(bits_for_ptrattrs) }; |
| 352 | } |
| 353 | |
| 354 | Pointer Pointer::operator+(const expr &bytes) const { |
| 355 | return mkIf_fold(isLogical(), |
nothing calls this directly
no test coverage detected