reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2844 assert(CoeffWidth == B.getBitWidth() && CoeffWidth == C.getBitWidth()); 2849 LLVM_DEBUG(dbgs() << __func__ << ": solving " << A << "x^2 + " << B 2874 B = B.sext(CoeffWidth); 2874 B = B.sext(CoeffWidth); 2881 B.negate(); 2909 APInt SqrB = B * B; 2909 APInt SqrB = B * B; 2922 if (B.isNonNegative()) { 2967 << B << "x + " << C << ", rw:" << RangeWidth << '\n'); 2990 APInt::sdivrem(-B - (SQ+InexactSQ), TwoA, X, Rem); 2992 APInt::sdivrem(-B + SQ, TwoA, X, Rem); 3013 APInt VX = (A*X + B)*X + C; 3014 APInt VY = VX + TwoA*X + A + B;