HomeSort by: relevance | last modified time | path
    Searched defs:offseta1 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ipa-modref-tree.cc 263 poly_int64 new_parm_offset, offseta1, offsetb1, offseta2, offsetb2; local
264 if (!a1.combined_offsets (b1, &new_parm_offset, &offseta1, &offsetb1)
271 if (known_le (offseta1, offsetb1))
277 - (poly_offset_int)offseta1
285 dist1 = (poly_offset_int)offseta1
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-modref-tree.cc 263 poly_int64 new_parm_offset, offseta1, offsetb1, offseta2, offsetb2; local
264 if (!a1.combined_offsets (b1, &new_parm_offset, &offseta1, &offsetb1)
271 if (known_le (offseta1, offsetb1))
277 - (poly_offset_int)offseta1
285 dist1 = (poly_offset_int)offseta1

Completed in 46 milliseconds