Home | History | Annotate | Download | only in Support

Lines Matching refs:CountLeadingOnes_64

711     return CountLeadingOnes_64(VAL << (APINT_BITS_PER_WORD - BitWidth));
722 unsigned Count = CountLeadingOnes_64(pVal[i] << shift);
728 Count += CountLeadingOnes_64(pVal[i]);