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

Method isValid

ir/state_value.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55bool StateValue::isValid() const {
56 return value.isValid() && non_poison.isValid();
57}
58
59expr StateValue::operator==(const StateValue &other) const {
60 return non_poison == other.non_poison && value == other.value;

Callers 15

addFnCallMethod · 0.45
setNotPoisonMethod · 0.45
substMethod · 0.45
fromFloatMethod · 0.45
isNaNIntMethod · 0.45
concat_ifFunction · 0.45
ByteMethod · 0.45
isPoisonMethod · 0.45
nonPoisonMethod · 0.45
refinedMethod · 0.45
operator==Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected