Home
last modified time | relevance | path

Searched refs:TYPE_MIN_VALUE (Results 1 – 25 of 74) sorted by relevance

123

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dvalue-range.h486 && wi::eq_p (min, wi::to_wide (TYPE_MIN_VALUE (type)))) in set_varying()
488 m_base[0] = TYPE_MIN_VALUE (type); in set_varying()
639 return TYPE_MIN_VALUE (type); in vrp_val_min()
Dgimple-expr.cc192 tree inner_min = TYPE_MIN_VALUE (TYPE_DOMAIN (inner_type)); in useless_type_conversion_p()
193 tree outer_min = TYPE_MIN_VALUE (TYPE_DOMAIN (outer_type)); in useless_type_conversion_p()
Dgodump.cc844 && TYPE_MIN_VALUE (TYPE_DOMAIN (type)) != NULL_TREE in go_format_type()
845 && TREE_CODE (TYPE_MIN_VALUE (TYPE_DOMAIN (type))) == INTEGER_CST in go_format_type()
846 && tree_int_cst_sgn (TYPE_MIN_VALUE (TYPE_DOMAIN (type))) == 0 in go_format_type()
Dtree.cc3666 min = TYPE_MIN_VALUE (index_type); in array_type_nelts()
4177 return (CONTAINS_PLACEHOLDER_P (TYPE_MIN_VALUE (type)) in type_contains_placeholder_1()
6008 t = TYPE_MIN_VALUE (type); in type_hash_canon_hash()
6092 && (TYPE_MIN_VALUE (a->type) == TYPE_MIN_VALUE (b->type) in equal()
6093 || tree_int_cst_equal (TYPE_MIN_VALUE (a->type), in equal()
6094 TYPE_MIN_VALUE (b->type)))); in equal()
6196 if (TYPE_MIN_VALUE (type) in type_hash_canon()
6197 && TREE_TYPE (TYPE_MIN_VALUE (type)) == type) in type_hash_canon()
6201 int_cst_hash_table->remove_elt (TYPE_MIN_VALUE (type)); in type_hash_canon()
6202 ggc_free (TYPE_MIN_VALUE (type)); in type_hash_canon()
[all …]
Dlanghooks.cc509 TYPE_MIN_VALUE (enumtype) = TYPE_MIN_VALUE (integer_type_node); in lhd_simulate_enum_decl()
Dvr-values.cc671 min = TYPE_MIN_VALUE (type); in extract_range_for_var_from_comparison_expr()
1688 if (POINTER_TYPE_P (type) || !TYPE_MIN_VALUE (type)) in bounds_of_var_in_loop()
1691 tmin = TYPE_MIN_VALUE (type); in bounds_of_var_in_loop()
1931 && TYPE_MIN_VALUE (TREE_TYPE (lhs)) in get_output_for_vrp()
2282 vro.set (TYPE_MIN_VALUE (TREE_TYPE (op0)), x, VR_ANTI_RANGE); in vrp_evaluate_conditional_warnv_with_ops()
2283 vri.set (TYPE_MIN_VALUE (TREE_TYPE (op0)), x); in vrp_evaluate_conditional_warnv_with_ops()
2287 vro.set (TYPE_MIN_VALUE (TREE_TYPE (op0)), x); in vrp_evaluate_conditional_warnv_with_ops()
2288 vri.set (TYPE_MIN_VALUE (TREE_TYPE (op0)), x, VR_ANTI_RANGE); in vrp_evaluate_conditional_warnv_with_ops()
3357 min = TYPE_MIN_VALUE (TREE_TYPE (op0)); in test_for_singularity()
Dgimple-ssa-sprintf.cc139 return tree_to_shwi (TYPE_MIN_VALUE (integer_type_node)); in target_int_min()
1050 *pmin = tree_to_shwi (TYPE_MIN_VALUE (type)); in get_int_range()
1087 ? tree_to_uhwi (TYPE_MIN_VALUE (argtype)) in get_int_range()
1088 : tree_to_shwi (TYPE_MIN_VALUE (argtype))); in get_int_range()
1191 *argmin = TYPE_MIN_VALUE (dirtype); in adjust_range_for_overflow()
1397 = ((!tree_int_cst_equal (TYPE_MIN_VALUE (dirtype), argmin) in format_integer()
1440 argmin = TYPE_MIN_VALUE (argtype); in format_integer()
Dtree-ssa-loop-niter.cc604 if (TYPE_MIN_VALUE (type) in refine_bounds_using_guard()
605 && operand_equal_p (c1, TYPE_MIN_VALUE (type), 0)) in refine_bounds_using_guard()
1090 t = TYPE_MIN_VALUE (type); in number_of_iterations_ne()
1237 TYPE_MIN_VALUE (type1), tmod); in number_of_iterations_lt_to_ne()
1322 fold_convert (niter_type, TYPE_MIN_VALUE (type))); in assert_no_overflow_lt()
1329 TYPE_MIN_VALUE (type), fold_convert (type, diff)); in assert_no_overflow_lt()
1430 TYPE_MIN_VALUE (type), diff); in assert_loop_rolls_lt()
1752 iv0->base, TYPE_MIN_VALUE (type)); in number_of_iterations_le()
Dfold-const.cc2069 tree lt = TYPE_MIN_VALUE (type); in fold_convert_const_int_from_real()
5111 low = TYPE_MIN_VALUE (arg0_type); in make_range_step()
5428 minv = fold_convert (utype, TYPE_MIN_VALUE (etype)); in range_check_type()
5550 && operand_equal_p (val, TYPE_MIN_VALUE (type), 0)) in range_predecessor()
5622 if (tree_int_cst_equal (low1, TYPE_MIN_VALUE (TREE_TYPE (low1))) in merge_ranges()
5743 TYPE_MIN_VALUE (TREE_TYPE (low0)))) in merge_ranges()
7351 || operand_equal_p (*lo, TYPE_MIN_VALUE (type), 0)) in fold_div_compare()
8140 || TREE_CODE (TYPE_MIN_VALUE (TYPE_DOMAIN (type))) != INTEGER_CST) in native_encode_initializer()
8147 min_index = TYPE_MIN_VALUE (TYPE_DOMAIN (type)); in native_encode_initializer()
9884 && TYPE_MIN_VALUE (TREE_TYPE (cst0)) in maybe_canonicalize_comparison_1()
[all …]
Dpointer-query.cc86 r[0] = wi::to_offset (TYPE_MIN_VALUE (type)) + add; in get_offset_range()
337 range[0] = TYPE_MIN_VALUE (exptype); in get_size_range()
1062 HOST_WIDE_INT diff_min = tree_to_shwi (TYPE_MIN_VALUE (ptrdiff_type_node)); in inform_access()
Drange-op.cc4227 (TYPE_MIN_VALUE (unsigned_char_type_node), in range_op_cast_tests()
4254 r0 = int_range<1> (TYPE_MIN_VALUE (long_long_integer_type_node), in range_op_cast_tests()
4257 r1 = int_range<1> (TYPE_MIN_VALUE (short_unsigned_type_node), in range_op_cast_tests()
4272 r1 = int_range<1> (TYPE_MIN_VALUE (short_integer_type_node), in range_op_cast_tests()
4384 int_range_max lhs (TYPE_MIN_VALUE (integer_type_node), in range_op_rshift_tests()
4385 TYPE_MIN_VALUE (integer_type_node)); in range_op_rshift_tests()
Dtree-ssanames.cc448 wi::to_wide (TYPE_MIN_VALUE (TREE_TYPE (name))), in set_nonzero_bits()
Dtree-dump.cc446 dump_child ("min", TYPE_MIN_VALUE (t)); in dequeue_and_dump()
Dgimple-array-bounds.cc593 low_bound = TYPE_MIN_VALUE (TYPE_DOMAIN (TREE_TYPE (tem))); in check_addr_expr()
Dtree-inline.cc489 … gcc_checking_assert (TYPE_MIN_VALUE (type) == TYPE_MIN_VALUE (TYPE_MAIN_VARIANT (type))); in remap_type_1()
492 TYPE_MIN_VALUE (new_tree) = TYPE_MIN_VALUE (TYPE_MAIN_VARIANT (new_tree)); in remap_type_1()
497 t = TYPE_MIN_VALUE (new_tree); in remap_type_1()
499 walk_tree (&TYPE_MIN_VALUE (new_tree), copy_tree_body_r, id, NULL); in remap_type_1()
657 RETURN_TRUE_IF_VAR (TYPE_MIN_VALUE (type)); in remap_type_2()
Ddbxout.cc1787 low = TYPE_MIN_VALUE (type); in dbxout_type()
1799 low = TYPE_MIN_VALUE (type); in dbxout_type()
2137 dbxout_range_type (tem, TYPE_MIN_VALUE (tem), TYPE_MAX_VALUE (tem)); in dbxout_type()
Dstor-layout.cc2502 if (index && TYPE_MAX_VALUE (index) && TYPE_MIN_VALUE (index) in layout_type()
2506 tree lb = TYPE_MIN_VALUE (index); in layout_type()
2853 TYPE_MIN_VALUE (type) in set_min_and_max_values_for_integral_type()
Dtree-vrp.cc1258 tree min = TYPE_MIN_VALUE (TREE_TYPE (val)); in extract_code_and_val_from_cond_with_ops()
1614 TYPE_MIN_VALUE (TREE_TYPE (val))))) in register_edge_assert_for_2()
1620 TYPE_MIN_VALUE (TREE_TYPE (val))); in register_edge_assert_for_2()
3913 || !TYPE_MIN_VALUE (TREE_TYPE (use_lhs)) in visit_stmt()
Dgimple.cc3173 min_value = TYPE_MIN_VALUE (index_type); in preprocess_case_label_vec_for_gimple()
3282 && TYPE_MIN_VALUE (index_type) in preprocess_case_label_vec_for_gimple()
3285 TYPE_MIN_VALUE (index_type))) in preprocess_case_label_vec_for_gimple()
Dtree-pretty-print.cc407 tree min = TYPE_MIN_VALUE (domain); in dump_array_domain()
2516 && TYPE_MIN_VALUE (TYPE_DOMAIN (TREE_TYPE (node))) in dump_generic_node()
2517 && TREE_CODE (TYPE_MIN_VALUE (TYPE_DOMAIN (TREE_TYPE (node)))) in dump_generic_node()
2520 tree minv = TYPE_MIN_VALUE (TYPE_DOMAIN (TREE_TYPE (node))); in dump_generic_node()
Dgimple-fold.cc7795 if (domain_type && TYPE_MIN_VALUE (domain_type)) in fold_array_ctor_reference()
7798 if (TREE_CODE (TYPE_MIN_VALUE (domain_type)) != INTEGER_CST) in fold_array_ctor_reference()
7800 low_bound = wi::to_offset (TYPE_MIN_VALUE (domain_type)); in fold_array_ctor_reference()
8391 gcc_checking_assert (integer_zerop (TYPE_MIN_VALUE (domain_type))); in gimple_get_virt_method_for_vtable()
8507 if (type_domain && TYPE_MIN_VALUE (type_domain)) in gimple_fold_indirect_ref()
8508 min_val = TYPE_MIN_VALUE (type_domain); in gimple_fold_indirect_ref()
8585 if (type_domain && TYPE_MIN_VALUE (type_domain)) in gimple_fold_indirect_ref()
8586 min_val = TYPE_MIN_VALUE (type_domain); in gimple_fold_indirect_ref()
Dvalue-range.cc2335 TYPE_MIN_VALUE (rtype) = build_int_cstu (rtype, 0); in range_tests_strict_enum()
2353 vr1 = int_range<1> (TYPE_MIN_VALUE (rtype), TYPE_MAX_VALUE (rtype)); in range_tests_strict_enum()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dtypeck2.cc1002 || tree_int_cst_lt (TYPE_MIN_VALUE (ftype), in check_narrowing()
1003 TYPE_MIN_VALUE (type))) in check_narrowing()
1472 - wi::to_offset (TYPE_MIN_VALUE (domain)) + 1, in process_init_constructor_array()
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-encoding.cc754 if (integer_zerop (TYPE_MIN_VALUE (type))) in encode_gnu_bitfield()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-call.cc199 || !TYPE_MIN_VALUE (index) in rs6000_aggregate_candidate()
200 || !tree_fits_uhwi_p (TYPE_MIN_VALUE (index)) in rs6000_aggregate_candidate()
205 - tree_to_uhwi (TYPE_MIN_VALUE (index))); in rs6000_aggregate_candidate()

123