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

Method sextOrTrunc

smt/expr.cpp:1852–1855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1850}
1851
1852expr expr::sextOrTrunc(unsigned tobw) const {
1853 auto bw = bits();
1854 return bw < tobw ? sext(tobw - bw) : trunc(tobw);
1855}
1856
1857expr expr::zextOrTrunc(unsigned tobw) const {
1858 auto bw = bits();

Callers 6

getOffsetSizetMethod · 0.80
getLogAddressMethod · 0.80
addNoUSOverflowMethod · 0.80
addNoUOverflowMethod · 0.80
toSMTMethod · 0.80
frexpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected