Home | History | Annotate | Download | only in Support

Lines Matching refs:ult

516 bool APInt::ult(const APInt& RHS) const {
581 return lhs.ult(rhs);
1338 if (this->ult(square))
1343 if (offset.ult(midpoint))
1354 assert(ult(modulo) && "This APInt must be smaller than the modulo");
1426 } while (q1.ult(delta) || (q1 == delta && r1 == 0));
1478 (q1.ult(delta) || (q1 == delta && r1 == 0)));
1863 else if (lhsWords < rhsWords || this->ult(RHS)) {
1911 } else if (lhsWords < rhsWords || this->ult(RHS)) {
1954 if (lhsWords < rhsWords || LHS.ult(RHS)) {
2006 Overflow = Res.ult(RHS);