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

Method concat

ir/state_value.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38StateValue StateValue::concat(const StateValue &other) const {
39 return { value.concat(other.value),
40 non_poison.isBool() ? non_poison && other.non_poison
41 : non_poison.concat(other.non_poison) };
42}
43
44void StateValue::setNotPoison() {
45 if (non_poison.isValid()) {

Callers 15

fromFloatMethod · 0.45
aggregateValsMethod · 0.45
toIntMethod · 0.45
updateMethod · 0.45
concat_ifFunction · 0.45
ByteMethod · 0.45
padFunction · 0.45
valueToBytesFunction · 0.45
bytesToValueFunction · 0.45
accessMethod · 0.45
hasStoredMethod · 0.45
record_storeMethod · 0.45

Calls 1

isBoolMethod · 0.80

Tested by

no test coverage detected