Home
last modified time | relevance | path

Searched defs:lhsWords (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1420 void APInt::divide(const WordType *LHS, unsigned lhsWords, const WordType *RHS, in divide()
1553 unsigned lhsWords = getNumWords(getActiveBits()); in udiv() local
1589 unsigned lhsWords = getNumWords(getActiveBits()); in udiv() local
1644 unsigned lhsWords = getNumWords(getActiveBits()); in urem() local
1681 unsigned lhsWords = getNumWords(getActiveBits()); in urem() local
1744 unsigned lhsWords = getNumWords(LHS.getActiveBits()); in udivrem() local
1813 unsigned lhsWords = getNumWords(LHS.getActiveBits()); in udivrem() local