3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-22 11:07:51 +00:00

Starting to work on trailing 0 analysis.

This commit is contained in:
mikolas 2016-04-02 20:33:42 +01:00 committed by Mikolas Janota
parent 493b86eca7
commit c7f1746321
5 changed files with 330 additions and 1 deletions

View file

@ -69,6 +69,7 @@ class bv_rewriter : public poly_rewriter<bv_rewriter_core> {
bool m_udiv2mul;
bool m_bvnot2arith;
bool m_bv_sort_ac;
bool m_trailing;
bool is_zero_bit(expr * x, unsigned idx);