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

  /src/external/gpl3/gcc.old/dist/gcc/
value-range.cc 499 tree lb_other = other.tree_lower_bound (i); local
501 if (!operand_equal_p (lb, lb_other, 0)
  /src/external/gpl3/gcc/dist/gcc/
value-range.cc 1153 widest_int lb_other = widest_int::from (other.lower_bound (i), sign2); local
1155 if (lb != lb_other || ub != ub_other)

Completed in 25 milliseconds