MCPcopy 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
2335Value* FnCall::getAlignArg() const {
2336 return get_align_arg(args);
2337}
2338
2339uint64_t FnCall::getAlign() const {
2340 uint64_t align = 1;

Callers

nothing calls this directly

Calls 1

get_align_argFunction · 0.85

Tested by

no test coverage detected