This file contains generic utility functions shared by SymCC modules.
Equations
- BitVec.overflows n i = (decide (i < BitVec.signedMin n) || decide (i > BitVec.signedMax n))
Instances For
@[reducible, inline]
This file contains generic utility functions shared by SymCC modules.