Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Line

215 // Leave this out of line, so it will serve as a virtual method anchor
302 // If constraint is a line AX + BY = C, returns A.
305 assert((Kind == Line || Kind == Distance) &&
306 "Kind should be Line (or Distance)");
311 // If constraint is a line AX + BY = C, returns B.
314 assert((Kind == Line || Kind == Distance) &&
315 "Kind should be Line (or Distance)");
320 // If constraint is a line AX + BY = C, returns C.
323 assert((Kind == Line || Kind == Distance) &&
324 "Kind should be Line (or Distance)");
339 assert((Kind == Distance || Kind == Line || Kind == Point) &&
340 "Kind should be Distance, Line, or Point");
359 Kind = Line;
400 OS << " Line is " << *getA() << "*X + " <<
456 // two Line constraints, and the right-hand value, Y, is never
547 DEBUG(dbgs() << "\t intersect Point and Line\n");
3019 // Attempt to propagate a line