Home | History | Annotate | Download | only in Support

Lines Matching refs:whichWord

366   unsigned lhsWords = !lhsBits ? 0 : whichWord(lhsBits - 1) + 1;
373 unsigned rhsWords = !rhsBits ? 0 : whichWord(rhsBits - 1) + 1;
502 for (int i = whichWord(n1 - 1); i >= 0; --i)
538 unsigned topWord = whichWord(std::max(n1,n2)-1);
588 pVal[whichWord(bitPosition)] |= maskBit(bitPosition);
597 pVal[whichWord(bitPosition)] &= ~maskBit(bitPosition);
897 unsigned hiWord = whichWord(n-1);
1854 unsigned rhsWords = !rhsBits ? 0 : (APInt::whichWord(rhsBits - 1) + 1);
1857 unsigned lhsWords = !lhsBits ? 0 : (APInt::whichWord(lhsBits - 1) + 1);
1900 unsigned lhsWords = !lhsBits ? 0 : (whichWord(lhsBits - 1) + 1);
1904 unsigned rhsWords = !rhsBits ? 0 : (APInt::whichWord(rhsBits - 1) + 1);
1943 unsigned lhsWords = !lhsBits ? 0 : (APInt::whichWord(lhsBits - 1) + 1);
1945 unsigned rhsWords = !rhsBits ? 0 : (APInt::whichWord(rhsBits - 1) + 1);