mkBvDivNoOverflowExpr

open fun <T : KBvSort> mkBvDivNoOverflowExpr(arg0: KExpr<T>, arg1: KExpr<T>): KExpr<KBoolSort>

Create BitVec div-no-overflow check expression. Determines that BitVec arithmetic signed division does not overflow.