Searched defs:ult (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Support/
H A DAPInt.cpp520 bool APInt::ult(const APInt& RHS) const { function in class:APInt
585 return lhs.ult(rhs);
1359 if (this->ult(square))
1364 if (offset.ult(midpoint))
1375 assert(ult(modulo) && "This APInt must be smaller than the modulo");
1447 } while (q1.ult(delta) || (q1 == delta && r1 == 0));
1499 (q1.ult(delta) || (q1 == delta && r1 == 0)));
1869 else if (lhsWords < rhsWords || this->ult(RHS)) {
1917 } else if (lhsWords < rhsWords || this->ult(RHS)) {
1972 if (lhsWords < rhsWords || LHS.ult(RH
[all...]

Completed in 93 milliseconds