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

  /src/external/gpl3/gcc.old/dist/gcc/
value-range.h 106 tree tree_lower_bound (unsigned = 0) const;
231 irange::tree_lower_bound (unsigned pair) const function in class:irange
257 return tree_lower_bound (0);
309 && integer_zerop (tree_lower_bound (0))
522 return wi::to_wide (tree_lower_bound (pair));
value-range.cc 126 set (r.tree_lower_bound (0), r.tree_upper_bound (0), VR_ANTI_RANGE);
129 set (src.tree_lower_bound (), src.tree_upper_bound ());
240 m_base[0] = type_range.tree_lower_bound (0);
390 tree lb = tree_lower_bound (i);
400 int cmp = compare_values (tree_lower_bound (0), tree_upper_bound (0));
429 return wi::to_wide (tree_lower_bound (pair));
470 return (vrp_operand_equal_p (tree_lower_bound (0),
471 other.tree_lower_bound (0))
497 tree lb = tree_lower_bound (i);
499 tree lb_other = other.tree_lower_bound (i)
    [all...]

Completed in 79 milliseconds