Skip the call to postVisit
and do not visit any of the
sub-expressions.
Skip the call to postVisit
and do not visit any of the
sub-expressions. Instead, directly return res
as result
Specify the arguments to use for the individual sub-expressions
Specify the arguments to use for the individual sub-expressions
Call preVisit
again with a different expression and argument
Call preVisit
again with a different expression and argument
Use arg
for each of the direct sub-expressions
Use arg
for each of the direct sub-expressions
Use the same argument for the direct sub-expressions as for this expression
Use the same argument for the direct sub-expressions as for this expression
Turn as sub-formulas, as far as possible, into pure formulas only
containing bit-vector operations; avoid the use of int_cast
in this case.
Turn as sub-formulas, as far as possible, into pure formulas only
containing bit-vector operations; avoid the use of int_cast
in this case.
(Since version ) see corresponding Javadoc for more information.
Post-processing of bit-vector formulas to make them correctly typed.