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

/external/llvm/lib/Support/
H A DAPInt.cpp516 bool APInt::ult(const APInt& RHS) const { function in class:APInt
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(RH
[all...]

Completed in 68 milliseconds