fn simple_upper_bound_violation_value(
predicate: &NumericPredicate<'_>,
) -> Option<i128>Expand description
Match x < C, x <= C, and their constant-on-left equivalents.
fn simple_upper_bound_violation_value(
predicate: &NumericPredicate<'_>,
) -> Option<i128>Match x < C, x <= C, and their constant-on-left equivalents.