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

Method eq

ir/state_value.cpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67bool StateValue::eq(const StateValue &other) const {
68 return value.eq(other.value) && non_poison.eq(other.non_poison);
69}
70
71set<expr> StateValue::vars() const {
72 return expr::vars({ &value, &non_poison });

Callers 1

substMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected