Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ getIntOr
Function
getIntOr
ir/constant.cpp:237–241 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
235
}
236
237
uint64_t getIntOr(const Value &val, uint64_t default_value) {
238
if (auto n = getInt(val))
239
return *n;
240
return default_value;
241
}
242
}
Callers
3
getAlign
Method · 0.85
getMaxAccessSize
Method · 0.85
implict_attrs_
Function · 0.85
Calls
1
getInt
Function · 0.85
Tested by
no test coverage detected