Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvalue-range.cc605 intersect_ranges (enum value_range_kind *vr0type, in intersect_ranges() argument
617 if (*vr0type == vr1type) in intersect_ranges()
620 else if ((*vr0type == VR_RANGE in intersect_ranges()
622 || (*vr0type == VR_ANTI_RANGE in intersect_ranges()
626 *vr0type = VR_UNDEFINED; in intersect_ranges()
640 if (*vr0type == VR_RANGE in intersect_ranges()
643 else if (*vr0type == VR_ANTI_RANGE in intersect_ranges()
646 *vr0type = vr1type; in intersect_ranges()
650 else if (*vr0type == VR_RANGE in intersect_ranges()
653 *vr0type = VR_UNDEFINED; in intersect_ranges()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A 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 …]