mirror of
https://github.com/Z3Prover/z3
synced 2025-06-21 21:33:39 +00:00
fix #5102
This commit is contained in:
parent
1cb0dbae51
commit
18143d8932
6 changed files with 41 additions and 32 deletions
|
@ -352,6 +352,8 @@ public:
|
|||
bool is_sign_ext(expr const * e) const { return is_app_of(e, get_fid(), OP_SIGN_EXT); }
|
||||
bool is_bv_umul_no_ovfl(expr const* e) const { return is_app_of(e, get_fid(), OP_BUMUL_NO_OVFL); }
|
||||
|
||||
MATCH_UNARY(is_bv_not);
|
||||
|
||||
MATCH_BINARY(is_bv_add);
|
||||
MATCH_BINARY(is_bv_mul);
|
||||
MATCH_BINARY(is_bv_sle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue