Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
273
bool Input::isUndefMask(const expr &e) {
274
return e.fn_name().starts_with(
"isundef_"
);
275
}
276
277
StateValue Input::toSMT(State &s) const {
278
return mkInput(s, getType(), 0);
Callers
nothing calls this directly
Calls
1
fn_name
Method · 0.80
Tested by
no test coverage detected