Lines Matching refs:getActiveBits
853 if (isSingleWord() || getActiveBits() <= APINT_BITS_PER_WORD) { in roundToDouble()
868 unsigned n = Tmp.getActiveBits(); in roundToDouble()
1172 unsigned magnitude = getActiveBits(); in sqrt()
1553 unsigned lhsWords = getNumWords(getActiveBits()); in udiv()
1554 unsigned rhsBits = RHS.getActiveBits(); in udiv()
1589 unsigned lhsWords = getNumWords(getActiveBits()); in udiv()
1644 unsigned lhsWords = getNumWords(getActiveBits()); in urem()
1647 unsigned rhsBits = RHS.getActiveBits(); in urem()
1681 unsigned lhsWords = getNumWords(getActiveBits()); in urem()
1744 unsigned lhsWords = getNumWords(LHS.getActiveBits()); in udivrem()
1745 unsigned rhsBits = RHS.getActiveBits(); in udivrem()
1813 unsigned lhsWords = getNumWords(LHS.getActiveBits()); in udivrem()