Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.h192 extern tree range_check_type (tree);
H A Dtree-switch-conversion.c605 && (type = range_check_type (TREE_TYPE ((*constructor)[0].value)))) in build_one_array()
1502 tree unsigned_index_type = range_check_type (index_type); in emit()
1817 || range_check_type (index_type) == NULL_TREE) in try_switch_expansion()
H A Dtree-cfgcleanup.c104 if (range_check_type (TREE_TYPE (index)) == NULL_TREE) in convert_single_case_switch()
H A Dfold-const.c5328 range_check_type (tree etype) in range_check_type() function
5441 etype = range_check_type (etype); in build_range_check()
H A Dtree-cfg.c9305 tree utype = range_check_type (type); in generate_range_test()
H A Dmatch.pd1590 tree etype = range_check_type (TREE_TYPE (@0));
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.h213 extern tree range_check_type (tree);
H A Dtree-switch-conversion.cc606 && (type = range_check_type (TREE_TYPE ((*constructor)[0].value)))) in build_one_array()
1507 tree unsigned_index_type = range_check_type (index_type); in emit()
1854 || range_check_type (index_type) == NULL_TREE) in try_switch_expansion()
H A Dtree-cfgcleanup.cc104 if (range_check_type (TREE_TYPE (index)) == NULL_TREE) in convert_single_case_switch()
H A Dfold-const.cc5411 range_check_type (tree etype) in range_check_type() function
5524 etype = range_check_type (etype); in build_range_check()
H A Dtree-cfg.cc9365 tree utype = range_check_type (type); in generate_range_test()
H A DChangeLog-201915820 * fold-const.c (range_check_type): For enumeral and boolean
15826 range_check_type result.
15971 * tree-cfg.c (generate_range_test): Use range_check_type instead of
15974 range_check_type returns NULL.
15976 Use range_check_type instead of unsigned_type_for, don't perform
15979 (bit_test_cluster::emit): Use range_check_type instead of
15981 (switch_decision_tree::try_switch_expansion): Punt if range_check_type
H A Dmatch.pd1986 tree etype = range_check_type (TREE_TYPE (@0));
H A DChangeLog-201723363 * fold-const.h (fold_div_compare, range_check_type): Declare.
23364 * fold-const.c (range_check_type): New function.
23365 (build_range_check): Use range_check_type.
H A DChangeLog-202122516 * fold-const.c (range_check_type): Handle OFFSET_TYPE like pointer