HomeSort by relevance Sort by last modified time
    Searched refs:rhsWords (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
APInt.cpp 373 unsigned rhsWords = !rhsBits ? 0 : whichWord(rhsBits - 1) + 1;
374 if (!rhsWords) {
381 unsigned destWords = rhsWords + lhsWords;
385 mul(dest, pVal, lhsWords, RHS.pVal, rhsWords);
    [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 181 unsigned rhsWords, APInt *Quotient, APInt *Remainder);
    [all...]

Completed in 56 milliseconds