↓ 3 callersMethodlower_overflow_builtinLower __builtin_{add,sub,mul}_overflow(a, b, result_ptr) and type-specific variants. These builtins perform an arithmetic operation, store the result
src/ir/lowering/expr_builtins_overflow.rs:29
↓ 3 callersMethodlower_overflow_p_builtinLower __builtin_{add,sub,mul}_overflow_p(a, b, (T)0) predicate-only variants. These return 1 if the operation would overflow type T, 0 otherwise. The
src/ir/lowering/expr_builtins_overflow.rs:221