Searched refs:CountTrailingOnes_64 (Results 1 – 6 of 6) sorted by relevance
242 static inline unsigned CountTrailingOnes_64(uint64_t Value) { in CountTrailingOnes_64() function
278 inline unsigned CountTrailingOnes_64(uint64_t Value) { in CountTrailingOnes_64() function
1233 return CountTrailingOnes_64(VAL); in countTrailingOnes()
862 Count += CountTrailingOnes_64(pVal[i]); in countTrailingOnesSlowCase()
1759 DAG.getConstant(CountTrailingOnes_64(B.Mask), VT), in visitBitTestCase()
6306 if (CountTrailingOnes_64(NotMask >> NotMaskTZ)+NotMaskTZ+NotMaskLZ != 64) in CheckForMaskedLoad()