| 462 | } |
| 463 | |
| 464 | expr Pointer::blockAlignment() const { |
| 465 | return getValue("blk_align", m.local_blk_align, m.non_local_blk_align, |
| 466 | expr::mkUInt(0, Memory::bitsAlignmentInfo()), |
| 467 | has_globals_diff_align); |
| 468 | } |
| 469 | |
| 470 | expr Pointer::isBlockAligned(uint64_t align, bool exact) const { |
| 471 | if (!exact && align == 1) |
no outgoing calls
no test coverage detected