Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dvalue-range.cc647 *vr0min = vr1min; in intersect_ranges()
685 *vr0min = vr1min; in intersect_ranges()
710 *vr0max = vr1min; in intersect_ranges()
822 *vr0min = vr1min; in intersect_ranges()
847 *vr0min = vr1min; in intersect_ranges()
879 *vr0min = vr1min; in intersect_ranges()
901 *vr0min = vr1min; in intersect_ranges()
1038 vr1min, in union_ranges()
1076 *vr0min = vr1min; in union_ranges()
1167 *vr0min = vr1min; in union_ranges()
[all …]
H A Dvr-values.c1025 tree vr1min = vr1.min (), vr1max = vr1.max (); in check_for_binary_op_overflow() local
1034 || TREE_OVERFLOW (vr1min) in check_for_binary_op_overflow()
1037 vr1min = vrp_val_min (TREE_TYPE (op1)); in check_for_binary_op_overflow()
1041 subcode == MINUS_EXPR ? vr1max : vr1min); in check_for_binary_op_overflow()
1043 subcode == MINUS_EXPR ? vr1min : vr1max) != *ovf) in check_for_binary_op_overflow()
1048 || arith_overflowed_p (subcode, type, vr0max, vr1min) != *ovf) in check_for_binary_op_overflow()
1063 w[2] = wi::to_widest (vr1min); in check_for_binary_op_overflow()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dvalue-range.cc788 *vr0min = vr1min; in intersect_ranges()
826 *vr0min = vr1min; in intersect_ranges()
851 *vr0max = vr1min; in intersect_ranges()
963 *vr0min = vr1min; in intersect_ranges()
988 *vr0min = vr1min; in intersect_ranges()
1020 *vr0min = vr1min; in intersect_ranges()
1042 *vr0min = vr1min; in intersect_ranges()
1185 vr1min, in union_ranges()
1223 *vr0min = vr1min; in union_ranges()
1314 *vr0min = vr1min; in union_ranges()
[all …]
H A Dvr-values.c1025 tree vr1min = vr1.min (), vr1max = vr1.max (); in check_for_binary_op_overflow() local
1034 || TREE_OVERFLOW (vr1min) in check_for_binary_op_overflow()
1037 vr1min = vrp_val_min (TREE_TYPE (op1)); in check_for_binary_op_overflow()
1041 subcode == MINUS_EXPR ? vr1max : vr1min); in check_for_binary_op_overflow()
1043 subcode == MINUS_EXPR ? vr1min : vr1max) != *ovf) in check_for_binary_op_overflow()
1048 || arith_overflowed_p (subcode, type, vr0max, vr1min) != *ovf) in check_for_binary_op_overflow()
1063 w[2] = wi::to_widest (vr1min); in check_for_binary_op_overflow()
H A Dvr-values.cc1079 tree vr1min = vr1.min (), vr1max = vr1.max (); in check_for_binary_op_overflow() local
1088 || TREE_OVERFLOW (vr1min) in check_for_binary_op_overflow()
1091 vr1min = vrp_val_min (TREE_TYPE (op1)); in check_for_binary_op_overflow()
1095 subcode == MINUS_EXPR ? vr1max : vr1min); in check_for_binary_op_overflow()
1097 subcode == MINUS_EXPR ? vr1min : vr1max) != *ovf) in check_for_binary_op_overflow()
1102 || arith_overflowed_p (subcode, type, vr0max, vr1min) != *ovf) in check_for_binary_op_overflow()
1117 w[2] = wi::to_widest (vr1min); in check_for_binary_op_overflow()