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

  /src/external/gpl3/gcc/dist/gcc/
vr-values.cc 1386 tree case_label_type = TREE_TYPE (CASE_LOW (min_label)); local
1387 tree vr_min = fold_convert (case_label_type, min);
1388 tree vr_max = fold_convert (case_label_type, max);
1408 tree one_cst = build_one_cst (case_label_type);
  /src/external/gpl3/gcc.old/dist/gcc/
vr-values.cc 3769 tree case_label_type = TREE_TYPE (CASE_LOW (min_label)); local
3770 tree vr_min = fold_convert (case_label_type, vr->min ());
3771 tree vr_max = fold_convert (case_label_type, vr->max ());
3791 tree one_cst = build_one_cst (case_label_type);

Completed in 16 milliseconds