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

Method maxSubBitAccess

ir/type.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34unsigned Type::maxSubBitAccess() const {
35 return 0;
36}
37
38expr Type::var(const char *var, unsigned bits) const {
39 auto str = name + '_' + var;

Callers 1

getMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected