MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / isBV

Method isBV

smt/expr.cpp:395–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393}
394
395bool expr::isBV() const {
396 C();
397 return Z3_get_sort_kind(ctx(), sort()) == Z3_BV_SORT;
398}
399
400bool expr::isBool() const {
401 C();

Callers 9

errorFunction · 0.80
setNotPoisonMethod · 0.80
mk_block_ifFunction · 0.80
raw_loadFunction · 0.80
mk_storeFunction · 0.80
copyMethod · 0.80
print_arrayMethod · 0.80
cmp_eqMethod · 0.80
mkIfMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected