Home
last modified time | relevance | path

Searched refs:pointer_may_wrap_p (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.c9319 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 Dfold-const.cc9941 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 DChangeLog-200821876 * 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 DChangeLog-20171133 * 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 DChangeLog-201210102 (pointer_may_wrap_p): Likewise.
H A DChangeLog-201439883 (pointer_may_wrap_p): Likewise.