Lines Matching defs:intersection
487 the intersection to *OUT if OUT is non-NULL.
736 the intersection of that with this object. */
738 const bounded_ranges *intersection
741 if (intersection->m_ranges.length () > 0)
745 if (intersection == this)
751 /* No intersection. */
846 /* Get the bounded_ranges instance for the intersection of A and B,
862 bounded_range intersection (NULL_TREE, NULL_TREE);
863 if (r_a.intersects_p (r_b, &intersection))
865 ranges.safe_push (intersection);
2159 /* Update with intersection, or fail if empty. */
2161 const bounded_ranges *intersection
2163 if (intersection->empty_p ())
2165 /* No intersection; fail. */
2170 /* Update with intersection; succeed. */
2171 iter.m_ranges = intersection;
2970 as the intersection of the constraints. */
4239 /* Intersection. */
4241 /* Intersection of disjoint ranges should be empty set. */