Searched refs:pointer_may_wrap_p (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | fold-const.c | 9319 pointer_may_wrap_p (tree base, tree offset, poly_int64 bitpos) in pointer_may_wrap_p() function 9531 && (pointer_may_wrap_p (base0, offset0, bitpos0) in fold_comparison() 9532 || pointer_may_wrap_p (base1, offset1, bitpos1))) in fold_comparison() 9607 && (pointer_may_wrap_p (base0, offset0, bitpos0) in fold_comparison() 9608 || pointer_may_wrap_p (base1, offset1, bitpos1))) in fold_comparison()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | fold-const.cc | 9941 pointer_may_wrap_p (tree base, tree offset, poly_int64 bitpos) in pointer_may_wrap_p() function 10160 && (pointer_may_wrap_p (base0, offset0, bitpos0) in fold_comparison() 10161 || pointer_may_wrap_p (base1, offset1, bitpos1))) in fold_comparison() 10236 && (pointer_may_wrap_p (base0, offset0, bitpos0) in fold_comparison() 10237 || pointer_may_wrap_p (base1, offset1, bitpos1))) in fold_comparison()
|
| H A D | ChangeLog-2008 | 21876 * fold-const.c (pointer_may_wrap_p): Call int_size_in_bytes rather 22080 * fold-const.c (pointer_may_wrap_p): New static function. 22082 pointer_may_wrap_p to disable some false positives.
|
| H A D | ChangeLog-2017 | 1133 * fold-const.c (pointer_may_wrap_p): Take the offset as a 12385 (pointer_may_wrap_p, expr_not_equal_to, fold_binary_loc)
|
| H A D | ChangeLog-2012 | 10102 (pointer_may_wrap_p): Likewise.
|
| H A D | ChangeLog-2014 | 39883 (pointer_may_wrap_p): Likewise.
|