MCPcopy 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
447unsigned expr::bits() const {
448 C();
449 return Z3_get_bv_sort_size(ctx(), sort());
450}
451
452bool expr::isUInt(uint64_t &n) const {
453 C();

Callers 15

is_power2Function · 0.45
isFPNegMethod · 0.45
operator+Method · 0.45
fshlMethod · 0.45
fshrMethod · 0.45
smul_fix_helperFunction · 0.45
smul_fixMethod · 0.45
smul_fix_no_soverflowMethod · 0.45
smul_fix_satMethod · 0.45
umul_fix_helperFunction · 0.45
umul_fixMethod · 0.45
umul_fix_no_uoverflowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected