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

Method concat_zeros

smt/expr.cpp:1894–1896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1892}
1893
1894expr expr::concat_zeros(unsigned bits) const {
1895 return bits ? concat(mkUInt(0, bits)) : *this;
1896}
1897
1898expr expr::extract(unsigned high, unsigned low, unsigned depth) const {
1899 C();

Callers 9

fromFloatMethod · 0.80
ByteMethod · 0.80
mkLocalDisjAddrAxiomsMethod · 0.80
refinedMethod · 0.80
PointerMethod · 0.80
mkPhysicalMethod · 0.80
mkUndefMethod · 0.80
mkPointerFromNoAttrsMethod · 0.80
frexpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected