Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ getAlignArg
Method
getAlignArg
ir/instr.cpp:2335–2337 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2333
}
2334
2335
Value* FnCall::getAlignArg() const {
2336
return get_align_arg(args);
2337
}
2338
2339
uint64_t FnCall::getAlign() const {
2340
uint64_t align = 1;
Callers
nothing calls this directly
Calls
1
get_align_arg
Function · 0.85
Tested by
no test coverage detected