@[inline]
Helper function for reducing x <<< i
and x >>> i
where i
is a bitvector literal,
into one that is a natural number literal.
Equations
Instances For
Simplification procedure for division of BitVec
s using the SMT-LIB conventions.
Equations
Instances For
Simplification procedure for signed division of BitVec
s using the SMT-LIB conventions.
Equations
Instances For
Simplification procedure for converting a shift with a bit-vector literal into a natural number literal.
Equations
Instances For
Simplification procedure for converting a shift with a bit-vector literal into a natural number literal.
Equations
Instances For
Simplification procedure for allOnes
Equations
Instances For
@[inline]
Helper function for reducing (x <<< i) <<< j
(and (x >>> i) >>> j
) where i
and j
are
natural number literals.