Home | History | Annotate | Download | only in Support

Lines Matching refs:ult

515 bool APInt::ult(const APInt& RHS) const {
580 return lhs.ult(rhs);
1337 if (this->ult(square))
1342 if (offset.ult(midpoint))
1353 assert(ult(modulo) && "This APInt must be smaller than the modulo");
1425 } while (q1.ult(delta) || (q1 == delta && r1 == 0));
1477 (q1.ult(delta) || (q1 == delta && r1 == 0)));
1862 else if (lhsWords < rhsWords || this->ult(RHS)) {
1910 } else if (lhsWords < rhsWords || this->ult(RHS)) {
1953 if (lhsWords < rhsWords || LHS.ult(RHS)) {
2005 Overflow = Res.ult(RHS);