mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 19:47:52 +00:00
This commit is contained in:
parent
5d49cb5519
commit
67ec86fc66
4 changed files with 24 additions and 0 deletions
|
@ -249,6 +249,7 @@ namespace bv {
|
|||
void internalize_carry(app* n);
|
||||
void internalize_sub(app* n);
|
||||
void internalize_extract(app* n);
|
||||
void internalize_repeat(app* n);
|
||||
void internalize_bit2bool(app* n);
|
||||
void internalize_udiv_i(app* n);
|
||||
template<bool Signed, bool Reverse, bool Negated>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue