Home | History | Annotate | Download | only in Support

Lines Matching refs:whichWord

365   unsigned lhsWords = !lhsBits ? 0 : whichWord(lhsBits - 1) + 1;
372 unsigned rhsWords = !rhsBits ? 0 : whichWord(rhsBits - 1) + 1;
501 for (int i = whichWord(n1 - 1); i >= 0; --i)
537 unsigned topWord = whichWord(std::max(n1,n2)-1);
587 pVal[whichWord(bitPosition)] |= maskBit(bitPosition);
596 pVal[whichWord(bitPosition)] &= ~maskBit(bitPosition);
896 unsigned hiWord = whichWord(n-1);
1853 unsigned rhsWords = !rhsBits ? 0 : (APInt::whichWord(rhsBits - 1) + 1);
1856 unsigned lhsWords = !lhsBits ? 0 : (APInt::whichWord(lhsBits - 1) + 1);
1888 unsigned lhsWords = !lhsBits ? 0 : (whichWord(lhsBits - 1) + 1);
1892 unsigned rhsWords = !rhsBits ? 0 : (APInt::whichWord(rhsBits - 1) + 1);
1920 unsigned lhsWords = !lhsBits ? 0 : (APInt::whichWord(lhsBits - 1) + 1);
1922 unsigned rhsWords = !rhsBits ? 0 : (APInt::whichWord(rhsBits - 1) + 1);