Searched refs:arith_overflow_check_p (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-math-opts.cc | 3686 arith_overflow_check_p (gimple *stmt, gimple *cast_stmt, gimple *&use_stmt, in arith_overflow_check_p() function 3933 if (arith_overflow_check_p (stmt, NULL, use_stmt, NULL_TREE, &other)) in match_arith_overflow() 3982 if (arith_overflow_check_p (stmt, cast_stmt, use_stmt, in match_arith_overflow() 4059 if (arith_overflow_check_p (stmt, NULL, use_stmt, maxval, NULL)) in match_arith_overflow() 4265 int ovf_use = arith_overflow_check_p (stmt, cast_stmt, use_stmt, in match_arith_overflow()
|
H A D | ChangeLog-2021 | 34830 * tree-ssa-math-opts.c (arith_overflow_check_p): Don't update use_stmt 35001 (arith_overflow_check_p): Add cast_stmt argument, handle signed 35011 (arith_overflow_check_p): ... this. Handle also multiplication
|