Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dvalue-range.cc748 enum value_range_kind vr1type, in intersect_ranges() argument
758 if (*vr0type == vr1type) in intersect_ranges()
762 && vr1type == VR_ANTI_RANGE) in intersect_ranges()
764 && vr1type == VR_RANGE)) in intersect_ranges()
782 && vr1type == VR_ANTI_RANGE) in intersect_ranges()
785 && vr1type == VR_RANGE) in intersect_ranges()
787 *vr0type = vr1type; in intersect_ranges()
792 && vr1type == VR_RANGE) in intersect_ranges()
799 && vr1type == VR_ANTI_RANGE) in intersect_ranges()
822 && vr1type == VR_RANGE) in intersect_ranges()
[all …]