Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vrp.cc165 intersect_range_with_nonzero_bits (enum value_range_kind vr_type, in intersect_range_with_nonzero_bits() argument
170 if (vr_type == VR_ANTI_RANGE) in intersect_range_with_nonzero_bits()
212 vr_type = VR_RANGE; in intersect_range_with_nonzero_bits()
215 if (vr_type == VR_RANGE || vr_type == VR_VARYING) in intersect_range_with_nonzero_bits()
226 return vr_type; in intersect_range_with_nonzero_bits()
H A Dipa-cp.cc1669 tree vr_type = ipa_get_type (info, idx); in ipa_value_range_from_jfunc() local
1670 value_range srcvr (wide_int_to_tree (vr_type, (*sum->m_vr)[idx].min), in ipa_value_range_from_jfunc()
1671 wide_int_to_tree (vr_type, (*sum->m_vr)[idx].max), in ipa_value_range_from_jfunc()
1683 vr_type)) in ipa_value_range_from_jfunc()
1692 range_fold_binary_expr (&op_res, operation, vr_type, &srcvr, &op_vr); in ipa_value_range_from_jfunc()
1696 vr_type)) in ipa_value_range_from_jfunc()
H A Dipa-fnsummary.cc1702 value_range_kind vr_type = vr.kind (); in set_switch_stmt_execution_predicate() local
1775 else if (vr_type == VR_ANTI_RANGE) in set_switch_stmt_execution_predicate()
1780 vr_type = VR_UNDEFINED; in set_switch_stmt_execution_predicate()
1812 if (vr_type != VR_RANGE) in set_switch_stmt_execution_predicate()
H A Dtree-vect-patterns.cc65 value_range_kind vr_type = vr.kind (); in vect_get_range_info() local
68 if (intersect_range_with_nonzero_bits (vr_type, min_value, max_value, in vect_get_range_info()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-cp.c1555 tree vr_type = ipa_get_type (info, idx); in ipa_value_range_from_jfunc() local
1556 value_range srcvr (wide_int_to_tree (vr_type, (*sum->m_vr)[idx].min), in ipa_value_range_from_jfunc()
1557 wide_int_to_tree (vr_type, (*sum->m_vr)[idx].max), in ipa_value_range_from_jfunc()
1569 vr_type)) in ipa_value_range_from_jfunc()
1578 range_fold_binary_expr (&op_res, operation, vr_type, &srcvr, &op_vr); in ipa_value_range_from_jfunc()
1582 vr_type)) in ipa_value_range_from_jfunc()
H A Dtree-vrp.c335 intersect_range_with_nonzero_bits (enum value_range_kind vr_type, in intersect_range_with_nonzero_bits() argument
340 if (vr_type == VR_ANTI_RANGE) in intersect_range_with_nonzero_bits()
382 vr_type = VR_RANGE; in intersect_range_with_nonzero_bits()
385 if (vr_type == VR_RANGE) in intersect_range_with_nonzero_bits()
396 return vr_type; in intersect_range_with_nonzero_bits()
H A Dipa-fnsummary.c1592 value_range_kind vr_type = get_range_info (op, &vr_wmin, &vr_wmax); in set_switch_stmt_execution_predicate() local
1663 else if (vr_type == VR_ANTI_RANGE) in set_switch_stmt_execution_predicate()
1668 vr_type = VR_UNDEFINED; in set_switch_stmt_execution_predicate()
1700 if (vr_type != VR_RANGE) in set_switch_stmt_execution_predicate()
H A Dtree-vect-patterns.c58 value_range_kind vr_type = get_range_info (var, min_value, max_value); in vect_get_range_info() local
61 if (intersect_range_with_nonzero_bits (vr_type, min_value, max_value, in vect_get_range_info()
H A Dtree-data-ref.c769 value_range_kind vr_type = get_range_info (tmp_var, &var_min, in split_constant_offset_1() local
773 if (intersect_range_with_nonzero_bits (vr_type, &var_min, in split_constant_offset_1()