Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
394
bool Byte::isAsmMode() const {
395
return m.isAsmMode();
396
}
397
398
expr Byte::castPtrToInt() const {
399
auto offset = ptrByteoffset().zextOrTrunc(bits_ptr_address);
Callers
5
Byte
Method · 0.45
refined
Method · 0.45
valueToBytes
Function · 0.45
bytesToValue
Function · 0.45
blockValRefined
Method · 0.45
Calls
1
has
Method · 0.45
Tested by
no test coverage detected