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

Method sign

smt/expr.cpp:1994–1997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1992}
1993
1994expr expr::sign() const {
1995 auto bit = bits() - 1;
1996 return extract(bit, bit);
1997}
1998
1999expr expr::toBVBool() const {
2000 auto sort = mkBVSort(1);

Callers 11

fromFloatMethod · 0.80
isNaNIntMethod · 0.80
isPtrMethod · 0.80
mkAxiomsMethod · 0.80
mkUndefMethod · 0.80
isLogicalMethod · 0.80
toSMTMethod · 0.80
add_no_uoverflowMethod · 0.80
add_no_usoverflowMethod · 0.80
sub_no_uoverflowMethod · 0.80
frexpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected