Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1456 divide(const WordType * LHS,unsigned lhsWords,const WordType * RHS,unsigned rhsWords,WordType * Quotient,WordType * Remainder) divide() argument
1589 unsigned lhsWords = getNumWords(getActiveBits()); udiv() local
1625 unsigned lhsWords = getNumWords(getActiveBits()); udiv() local
1680 unsigned lhsWords = getNumWords(getActiveBits()); urem() local
1717 unsigned lhsWords = getNumWords(getActiveBits()); urem() local
1780 unsigned lhsWords = getNumWords(LHS.getActiveBits()); udivrem() local
1849 unsigned lhsWords = getNumWords(LHS.getActiveBits()); udivrem() local
[all...]