Searched refs:expand_vector_ubsan_overflow (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | internal-fn.c | 2030 expand_vector_ubsan_overflow (location_t loc, enum tree_code code, tree lhs, in expand_vector_ubsan_overflow() function 2187 expand_vector_ubsan_overflow (loc, PLUS_EXPR, lhs, arg0, arg1); in expand_UBSAN_CHECK_ADD() 2203 expand_vector_ubsan_overflow (loc, MINUS_EXPR, lhs, arg0, arg1); in expand_UBSAN_CHECK_SUB() 2221 expand_vector_ubsan_overflow (loc, MULT_EXPR, lhs, arg0, arg1); in expand_UBSAN_CHECK_MUL()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | internal-fn.cc | 2250 expand_vector_ubsan_overflow (location_t loc, enum tree_code code, tree lhs, in expand_vector_ubsan_overflow() function 2412 expand_vector_ubsan_overflow (loc, PLUS_EXPR, lhs, arg0, arg1); in expand_UBSAN_CHECK_ADD() 2428 expand_vector_ubsan_overflow (loc, MINUS_EXPR, lhs, arg0, arg1); in expand_UBSAN_CHECK_SUB() 2446 expand_vector_ubsan_overflow (loc, MULT_EXPR, lhs, arg0, arg1); in expand_UBSAN_CHECK_MUL()
|
H A D | ChangeLog-2017 | 25985 (expand_vector_ubsan_overflow): Update. 36284 * internal-fn.c (expand_vector_ubsan_overflow): If arg0 or arg1 37920 * internal-fn.c (expand_vector_ubsan_overflow): Use piece-wise
|
H A D | ChangeLog | 173 (expand_vector_ubsan_overflow): Likewise.
|
H A D | ChangeLog-2016 | 5883 (expand_vector_ubsan_overflow): New function.
|
H A D | ChangeLog-2018 | 35526 * internal-fn.c (expand_vector_ubsan_overflow): Handle polynomial
|