Searched refs:vr0type (Results 1 – 2 of 2) sorted by relevance
605 intersect_ranges (enum value_range_kind *vr0type, in intersect_ranges() argument617 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 …]
746 intersect_ranges (enum value_range_kind *vr0type, in intersect_ranges() argument758 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 …]