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

Method isOne

smt/expr.cpp:425–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425bool expr::isOne() const {
426 uint64_t n;
427 return isUInt(n) && n == 1;
428}
429
430bool expr::isAllOnes() const {
431 C();

Callers 5

isDereferenceableMethod · 0.80
sdivMethod · 0.80
udivMethod · 0.80
get_boolFunction · 0.80
mkIfMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected