Home | History | Annotate | Download | only in Analysis

Lines Matching full:quadratic

6968 /// Find the roots of the quadratic equation for the given quadratic chrec
6974 assert(AddRec->getNumOperands() == 3 && "This is not a quadratic chrec!");
7015 // Compute the two solutions for the quadratic formula.
7061 // If this is a quadratic (3-term) AddRec {L,+,M,+,N}, find the roots of
7062 // the quadratic equation to solve it.
7078 return ExitLimit(R1, R1, P); // We found a quadratic root!
8852 // If this is a quadratic (3-term) AddRec {L,+,M,+,N}, find the roots of the
8853 // quadratic equation to solve it. To do this, we must frame our problem in