MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / blockSizeOffsetT

Method blockSizeOffsetT

ir/pointer.cpp:328–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328expr Pointer::blockSizeOffsetT() const {
329 expr sz = blockSize();
330 return bits_for_offset > bits_size_t ? sz.zextOrTrunc(bits_for_offset) : sz;
331}
332
333expr Pointer::blockSizeAligned() const {
334 auto size = blockSize();

Callers 2

blockValRefinedMethod · 0.80
at_least_same_offsetingFunction · 0.80

Calls 1

zextOrTruncMethod · 0.45

Tested by

no test coverage detected