Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ bits
Method
bits
smt/expr.cpp:447–450 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
445
}
446
447
unsigned expr::bits() const {
448
C();
449
return Z3_get_bv_sort_size(ctx(), sort());
450
}
451
452
bool expr::isUInt(uint64_t &n) const {
453
C();
Callers
15
is_power2
Function · 0.45
isFPNeg
Method · 0.45
operator+
Method · 0.45
fshl
Method · 0.45
fshr
Method · 0.45
smul_fix_helper
Function · 0.45
smul_fix
Method · 0.45
smul_fix_no_soverflow
Method · 0.45
smul_fix_sat
Method · 0.45
umul_fix_helper
Function · 0.45
umul_fix
Method · 0.45
umul_fix_no_uoverflow
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected