mk Bv Sub No Underflow Expr
open fun <T : KBvSort> mkBvSubNoUnderflowExpr(arg0: KExpr<T>, arg1: KExpr<T>, isSigned: Boolean): KExpr<KBoolSort>
Create BitVec sub-no-underflow check expression. Determines that BitVec arithmetic subtraction does not underflow. An underflow occurs when the subtraction result value is lower than min supported value.
See also
for the overflow check.