Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dvalue-range.cc746 intersect_ranges (enum value_range_kind *vr0type, in intersect_ranges() argument
758 if (*vr0type == vr1type) in intersect_ranges()
761 else if ((*vr0type == VR_RANGE in intersect_ranges()
763 || (*vr0type == VR_ANTI_RANGE in intersect_ranges()
767 *vr0type = VR_UNDEFINED; in intersect_ranges()
781 if (*vr0type == VR_RANGE in intersect_ranges()
784 else if (*vr0type == VR_ANTI_RANGE in intersect_ranges()
787 *vr0type = vr1type; in intersect_ranges()
791 else if (*vr0type == VR_RANGE in intersect_ranges()
794 *vr0type = VR_UNDEFINED; in intersect_ranges()
[all …]