HomeSort by: relevance | last modified time | path
    Searched refs:tree_int_cst_compare (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
vr-values.cc 519 if (tree_int_cst_compare (case_low, min) < 0)
522 && tree_int_cst_compare (max, case_high) < 0)
1394 if (tree_int_cst_compare (CASE_LOW (min_label), vr_min) < 0
1396 && tree_int_cst_compare (CASE_HIGH (min_label), vr_min) >= 0)
1401 if (tree_int_cst_compare (CASE_LOW (max_label), vr_max) <= 0
1403 && tree_int_cst_compare (CASE_HIGH (max_label), vr_max) > 0)
1414 if (tree_int_cst_compare (CASE_LOW (min_label), vr_min) == 0
1416 && tree_int_cst_compare (CASE_HIGH (min_label), vr_max) > 0)
1422 if (tree_int_cst_compare (CASE_LOW (min_label), vr_min) < 0
1424 && tree_int_cst_compare (CASE_HIGH (min_label), vr_max) == 0
    [all...]
gimple-if-to-switch.cc 138 return tree_int_cst_compare (re1->low, re2->low);
173 return tree_int_cst_compare (sc1->get_low (), sc2->get_high ());
288 return tree_int_cst_compare (CASE_LOW (l1), CASE_LOW (l2));
tree-vrp.cc 511 This is similar to tree_int_cst_compare but supports pointer values
621 return tree_int_cst_compare (val1, val2);
646 return tree_int_cst_compare (val1, val2);
800 cmp = tree_int_cst_compare (CASE_LOW (t), val);
814 && tree_int_cst_compare (CASE_HIGH (t), val) >= 0)
gimple.cc 3167 return tree_int_cst_compare (CASE_LOW (case1), CASE_LOW (case2));
3237 int cmp = tree_int_cst_compare (high, low);
3248 && tree_int_cst_compare (low, min_value) < 0)
3250 && tree_int_cst_compare (low, max_value) > 0))
3259 && tree_int_cst_compare (high, min_value) < 0)
3261 && tree_int_cst_compare (low, max_value) > 0))
3268 && tree_int_cst_compare (low, min_value) < 0)
3275 && tree_int_cst_compare (high, max_value) > 0)
tree-vect-data-refs.cc 1850 bool negative = tree_int_cst_compare (DR_STEP (dr_info->dr),
2259 bool negative = tree_int_cst_compare (DR_STEP (dr),
2542 bool negative = tree_int_cst_compare (DR_STEP (dr0_info->dr),
2712 bool negative = tree_int_cst_compare (DR_STEP (dr),
3020 gcc_assert (tree_int_cst_compare (DR_INIT (data_ref),
3235 if (!tree_int_cst_compare (step, TYPE_SIZE_UNIT (scalar_type))
3738 if (tree_int_cst_compare (DR_STEP (a->dr), size_zero_node) < 0)
3745 if (tree_int_cst_compare (DR_STEP (b->dr), size_zero_node) < 0)
6139 (tree_int_cst_compare (outerloop_step, size_zero_node) == 0);
tree-object-size.cc 303 changed = (tree_int_cst_compare (val, oldval) != 0
304 || tree_int_cst_compare (old_wholeval, wholeval) != 0);
352 || tree_int_cst_compare (sz, wholesize)))
sanopt.cc 403 && tree_int_cst_compare (cur_align, align) == 0)
graphite-isl-ast-to-gimple.cc 723 && tree_int_cst_compare (lb, ub) <= 0)
tree-vect-loop-manip.cc 2431 bool negative = tree_int_cst_compare (DR_STEP (dr_info->dr),
2541 bool negative = tree_int_cst_compare (DR_STEP (dr_info->dr),
3819 bool negative = tree_int_cst_compare
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-if-to-switch.cc 134 return tree_int_cst_compare (re1->low, re2->low);
169 return tree_int_cst_compare (sc1->get_low (), sc2->get_high ());
284 return tree_int_cst_compare (CASE_LOW (l1), CASE_LOW (l2));
vr-values.cc 2559 if (tree_int_cst_compare (case_low, min) < 0)
2562 && tree_int_cst_compare (max, case_high) < 0)
3777 if (tree_int_cst_compare (CASE_LOW (min_label), vr_min) < 0
3779 && tree_int_cst_compare (CASE_HIGH (min_label), vr_min) >= 0)
3784 if (tree_int_cst_compare (CASE_LOW (max_label), vr_max) <= 0
3786 && tree_int_cst_compare (CASE_HIGH (max_label), vr_max) > 0)
3797 if (tree_int_cst_compare (CASE_LOW (min_label), vr_min) == 0
3799 && tree_int_cst_compare (CASE_HIGH (min_label), vr_max) > 0)
3805 if (tree_int_cst_compare (CASE_LOW (min_label), vr_min) < 0
3807 && tree_int_cst_compare (CASE_HIGH (min_label), vr_max) == 0
    [all...]
gimple.cc 3133 return tree_int_cst_compare (CASE_LOW (case1), CASE_LOW (case2));
3203 int cmp = tree_int_cst_compare (high, low);
3214 && tree_int_cst_compare (low, min_value) < 0)
3216 && tree_int_cst_compare (low, max_value) > 0))
3225 && tree_int_cst_compare (high, min_value) < 0)
3227 && tree_int_cst_compare (low, max_value) > 0))
3234 && tree_int_cst_compare (low, min_value) < 0)
3241 && tree_int_cst_compare (high, max_value) > 0)
tree-vect-data-refs.cc 1554 bool negative = tree_int_cst_compare (DR_STEP (dr_info->dr),
1963 bool negative = tree_int_cst_compare (DR_STEP (dr),
2244 bool negative = tree_int_cst_compare (DR_STEP (dr0_info->dr),
2414 bool negative = tree_int_cst_compare (DR_STEP (dr),
2722 gcc_assert (tree_int_cst_compare (DR_INIT (data_ref),
2937 if (!tree_int_cst_compare (step, TYPE_SIZE_UNIT (scalar_type))
3441 if (tree_int_cst_compare (DR_STEP (a->dr), size_zero_node) < 0)
3448 if (tree_int_cst_compare (DR_STEP (b->dr), size_zero_node) < 0)
5797 (tree_int_cst_compare (outerloop_step, size_zero_node) == 0);
tree-object-size.cc 310 changed = (tree_int_cst_compare (val, oldval) != 0
311 || tree_int_cst_compare (old_wholeval, wholeval) != 0);
359 || tree_int_cst_compare (sz, wholesize)))
tree-vrp.cc 343 This is similar to tree_int_cst_compare but supports pointer values
453 return tree_int_cst_compare (val1, val2);
478 return tree_int_cst_compare (val1, val2);
2362 cmp = tree_int_cst_compare (CASE_LOW (t), val);
2376 && tree_int_cst_compare (CASE_HIGH (t), val) >= 0)
2935 return tree_int_cst_compare (CASE_LOW (ci1->expr),
sanopt.cc 403 && tree_int_cst_compare (cur_align, align) == 0)
graphite-isl-ast-to-gimple.cc 723 && tree_int_cst_compare (lb, ub) <= 0)
tree-vect-loop-manip.cc 1642 bool negative = tree_int_cst_compare (DR_STEP (dr_info->dr),
1752 bool negative = tree_int_cst_compare (DR_STEP (dr_info->dr),
3246 bool negative = tree_int_cst_compare
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-warn.cc 1603 && tree_int_cst_compare (CASE_HIGH ((tree) node->value),
1635 && tree_int_cst_compare (CASE_HIGH ((tree) node->value),
1756 int cmp = tree_int_cst_compare (CASE_HIGH (label), value);
1772 if (cond && tree_int_cst_compare (cond, value))
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region.cc 765 return tree_int_cst_compare (t1, t2);
svalue.cc 318 return tree_int_cst_compare (cst1, cst2);
constraint-manager.cc 525 if (int cmp_lower = tree_int_cst_compare (br1.m_lower,
528 return tree_int_cst_compare (br1.m_upper, br2.m_upper);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-warn.cc 1615 && tree_int_cst_compare (CASE_HIGH ((tree) node->value),
1647 && tree_int_cst_compare (CASE_HIGH ((tree) node->value),
1768 int cmp = tree_int_cst_compare (CASE_HIGH (label), value);
1791 if (cond && tree_int_cst_compare (cond, value))
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region.cc 1264 return tree_int_cst_compare (t1, t2);
svalue.cc 421 return tree_int_cst_compare (cst1, cst2);

Completed in 159 milliseconds

1 2