Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1420 divide(const WordType * LHS,unsigned lhsWords,const WordType * RHS,unsigned rhsWords,WordType * Quotient,WordType * Remainder) divide() argument
1553 unsigned lhsWords = getNumWords(getActiveBits()); udiv() local
1589 unsigned lhsWords = getNumWords(getActiveBits()); udiv() local
1644 unsigned lhsWords = getNumWords(getActiveBits()); urem() local
1681 unsigned lhsWords = getNumWords(getActiveBits()); urem() local
1744 unsigned lhsWords = getNumWords(LHS.getActiveBits()); udivrem() local
1813 unsigned lhsWords = getNumWords(LHS.getActiveBits()); udivrem() local
[all...]