Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-coalesce.c1546 int unsigned1, unsigned2; in gimple_can_coalesce_p() local
1548 || ((promote_ssa_mode (name1, &unsigned1) in gimple_can_coalesce_p()
1550 && unsigned1 == unsigned2); in gimple_can_coalesce_p()
H A Dfold-const.c12899 bool unsigned1 = TYPE_UNSIGNED (inner1); in tree_binary_nonnegative_warnv_p() local
12905 unsigned1 = unsigned1 || tree_int_cst_sgn (op1) >= 0; in tree_binary_nonnegative_warnv_p()
12908 && TREE_CODE (inner1) == INTEGER_TYPE && unsigned1) in tree_binary_nonnegative_warnv_p()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.c1093 int unsigned0, unsigned1; in shorten_binary_op() local
1118 arg1 = c_common_get_narrower (op1, &unsigned1); in shorten_binary_op()
1133 unsigned1 = TYPE_UNSIGNED (TREE_TYPE (op1)); in shorten_binary_op()
1153 && unsigned0 == unsigned1 in shorten_binary_op()
1159 && (unsigned1 || !uns) in shorten_binary_op()
1163 = c_common_signed_or_unsigned_type (unsigned1, in shorten_binary_op()
1397 bool unsigned1 = TYPE_UNSIGNED (TREE_TYPE (op1)); in unsafe_conversion_p() local
1416 && unsigned1 in unsafe_conversion_p()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.c1875 int unsigned0, unsigned1; in shorten_binary_op() local
1900 arg1 = c_common_get_narrower (op1, &unsigned1); in shorten_binary_op()
1915 unsigned1 = TYPE_UNSIGNED (TREE_TYPE (op1)); in shorten_binary_op()
1935 && unsigned0 == unsigned1 in shorten_binary_op()
1941 && (unsigned1 || !uns) in shorten_binary_op()
1945 = c_common_signed_or_unsigned_type (unsigned1, in shorten_binary_op()
2065 bool unsigned1 = TYPE_UNSIGNED (TREE_TYPE (op1)); in unsafe_conversion_p() local
2084 && unsigned1 in unsafe_conversion_p()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dfold-const.c15037 bool unsigned1 = TYPE_UNSIGNED (inner1); in tree_binary_nonnegative_warnv_p() local
15043 unsigned1 = unsigned1 || tree_int_cst_sgn (op1) >= 0; in tree_binary_nonnegative_warnv_p()
15046 && TREE_CODE (inner1) == INTEGER_TYPE && unsigned1) in tree_binary_nonnegative_warnv_p()