Searched refs:build_range_check (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | fold-const.h | 174 extern tree build_range_check (location_t, tree, tree, int, tree, tree);
|
| HD | fold-const.c | 4917 build_range_check (location_t loc, tree type, tree exp, int in_p, in build_range_check() function 4931 value = build_range_check (loc, type, exp, 1, low, high); in build_range_check() 4968 return build_range_check (loc, type, exp, 1, 0, high); in build_range_check() 5009 return build_range_check (loc, type, in build_range_check() 5505 && (tem = (build_range_check (loc, type, in fold_range_test() 5541 if ((lhs = build_range_check (loc, type, common, in fold_range_test() 5544 && (rhs = build_range_check (loc, type, common, in fold_range_test()
|
| HD | tree-ssa-reassoc.c | 2346 tree tem = build_range_check (loc, optype, unshare_expr (exp), in update_range_test() 2855 tree tem = build_range_check (loc, optype, unshare_expr (exp), in optimize_range_tests_to_bit_test()
|
| HD | match.pd | 1325 { build_range_check (UNKNOWN_LOCATION, type, @0, code == EQ_EXPR,
|
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | c-warn.c | 259 tem = build_range_check (UNKNOWN_LOCATION, type, lhs, in0_p, low0, high0); in warn_logical_operator() 274 tem = build_range_check (UNKNOWN_LOCATION, type, rhs, in1_p, low1, high1); in warn_logical_operator() 284 tem = build_range_check (UNKNOWN_LOCATION, type, lhs, in_p, low, high); in warn_logical_operator()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | fold-const.c | 4175 build_range_check (location_t loc, tree type, tree exp, int in_p, in build_range_check() function 4191 value = build_range_check (loc, type, exp, 1, low, high); in build_range_check() 4221 return build_range_check (loc, type, exp, 1, 0, high); in build_range_check() 4299 return build_range_check (loc, type, in build_range_check() 4307 return build_range_check (loc, type, in build_range_check() 4904 && 0 != (tem = (build_range_check (loc, type, in fold_range_test() 4936 if (0 != (lhs = build_range_check (loc, type, common, in fold_range_test() 4939 && (0 != (rhs = build_range_check (loc, type, common, in fold_range_test() 6448 return build_range_check (loc, type, arg00, 1, lo, hi); in fold_div_compare() 6457 return build_range_check (loc, type, arg00, 0, lo, hi); in fold_div_compare()
|
| HD | tree-ssa-reassoc.c | 1810 tree tem = build_range_check (loc, TREE_TYPE (op), exp, in_p, low, high); in update_range_test()
|
| HD | tree.h | 5469 extern tree build_range_check (location_t, tree, tree, int, tree, tree);
|
| /dragonfly/contrib/gcc-4.7/gcc/c-family/ |
| HD | c-common.c | 1634 && 0 != (tem = build_range_check (UNKNOWN_LOCATION, in warn_logical_operator()
|