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

Method isUndefMask

ir/value.cpp:273–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273bool Input::isUndefMask(const expr &e) {
274 return e.fn_name().starts_with("isundef_");
275}
276
277StateValue Input::toSMT(State &s) const {
278 return mkInput(s, getType(), 0);

Callers

nothing calls this directly

Calls 1

fn_nameMethod · 0.80

Tested by

no test coverage detected