Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ implies
Method
implies
ir/functions.cpp:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
namespace IR {
9
10
expr PtrInput::implies(const PtrInput &rhs) const {
11
return implies_attrs(rhs) && val == rhs.val && idx == rhs.idx;
12
}
13
14
expr PtrInput::implies_attrs(const PtrInput &rhs) const {
15
return byval == rhs.byval &&
Callers
1
implies_attrs
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected