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

Method isAsmMode

ir/memory.cpp:394–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394bool Byte::isAsmMode() const {
395 return m.isAsmMode();
396}
397
398expr Byte::castPtrToInt() const {
399 auto offset = ptrByteoffset().zextOrTrunc(bits_ptr_address);

Callers 5

ByteMethod · 0.45
refinedMethod · 0.45
valueToBytesFunction · 0.45
bytesToValueFunction · 0.45
blockValRefinedMethod · 0.45

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected