Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp390 unsigned rhsWords = !rhsBits ? 0 : whichWord(rhsBits - 1) + 1; in operator *=() local
1642 unsigned rhsWords, APInt *Quotient, APInt *Remainder) { in divide()
1828 unsigned rhsWords = !rhsBits ? 0 : (APInt::whichWord(rhsBits - 1) + 1); in udiv() local
1878 unsigned rhsWords = !rhsBits ? 0 : (APInt::whichWord(rhsBits - 1) + 1); in urem() local
1931 unsigned rhsWords = !rhsBits ? 0 : (APInt::whichWord(rhsBits - 1) + 1); in udivrem() local
/external/llvm/lib/Support/
DAPInt.cpp374 unsigned rhsWords = !rhsBits ? 0 : whichWord(rhsBits - 1) + 1; in operator *=() local
1668 unsigned rhsWords, APInt *Quotient, APInt *Remainder) { in divide()
1854 unsigned rhsWords = !rhsBits ? 0 : (APInt::whichWord(rhsBits - 1) + 1); in udiv() local
1904 unsigned rhsWords = !rhsBits ? 0 : (APInt::whichWord(rhsBits - 1) + 1); in urem() local
1957 unsigned rhsWords = !rhsBits ? 0 : (APInt::whichWord(rhsBits - 1) + 1); in udivrem() local
/external/llvm-project/llvm/lib/Support/
DAPInt.cpp1478 unsigned rhsWords, WordType *Quotient, WordType *Remainder) { in divide()
1612 unsigned rhsWords = getNumWords(rhsBits); in udiv() local
1705 unsigned rhsWords = getNumWords(rhsBits); in urem() local
1803 unsigned rhsWords = getNumWords(rhsBits); in udivrem() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp1479 unsigned rhsWords, WordType *Quotient, WordType *Remainder) { in divide()
1613 unsigned rhsWords = getNumWords(rhsBits); in udiv() local
1706 unsigned rhsWords = getNumWords(rhsBits); in urem() local
1804 unsigned rhsWords = getNumWords(rhsBits); in udivrem() local