Expr bvMulNoOverflow(Expr x, Expr y, {required bool signed}) => BinaryOp( signed ? BinaryOpKind.bvSMulNoOverflow : BinaryOpKind.bvUMulNoOverflow, x, y, ).declare();