Home
last modified time | relevance | path

Searched refs:case_label_type (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dvr-values.cc3769 tree case_label_type = TREE_TYPE (CASE_LOW (min_label)); in simplify_switch_using_ranges() local
3770 tree vr_min = fold_convert (case_label_type, vr->min ()); in simplify_switch_using_ranges()
3771 tree vr_max = fold_convert (case_label_type, vr->max ()); in simplify_switch_using_ranges()
3791 tree one_cst = build_one_cst (case_label_type); in simplify_switch_using_ranges()