Lines Matching refs:n2
490 unsigned n2 = RHS.getActiveBits();493 if (n1 != n2)522 unsigned n2 = RHS.getActiveBits();525 if (n1 < n2)529 if (n2 < n1)533 if (n1 <= APINT_BITS_PER_WORD && n2 <= APINT_BITS_PER_WORD)537 unsigned topWord = whichWord(std::max(n1,n2)-1);