mirror of
https://github.com/Z3Prover/z3
synced 2025-06-18 20:03:38 +00:00
refactor get_sort
This commit is contained in:
parent
4455f6caf8
commit
3ae4c6e9de
129 changed files with 362 additions and 362 deletions
|
@ -398,7 +398,7 @@ public:
|
|||
SASSERT(is_bv_sort(s));
|
||||
return static_cast<unsigned>(s->get_parameter(0).get_int());
|
||||
}
|
||||
unsigned get_bv_size(expr const * n) const { return get_bv_size(m_manager.get_sort(n)); }
|
||||
unsigned get_bv_size(expr const * n) const { return get_bv_size(n->get_sort()); }
|
||||
unsigned get_int2bv_size(parameter const& p);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue