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

  /external/llvm/lib/Support/
APInt.cpp 365 unsigned lhsWords = !lhsBits ? 0 : whichWord(lhsBits - 1) + 1;
366 if (!lhsWords)
380 unsigned destWords = rhsWords + lhsWords;
384 mul(dest, pVal, lhsWords, RHS.pVal, rhsWords);
    [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 175 static void divide(const APInt LHS, unsigned lhsWords,
    [all...]

Completed in 107 milliseconds