MCPcopy 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

8namespace IR {
9
10expr PtrInput::implies(const PtrInput &rhs) const {
11 return implies_attrs(rhs) && val == rhs.val && idx == rhs.idx;
12}
13
14expr PtrInput::implies_attrs(const PtrInput &rhs) const {
15 return byval == rhs.byval &&

Callers 1

implies_attrsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected