Searched refs:LeastSignificantSetBitIndex (Results 1 – 5 of 5) sorted by relevance
423 INLINE uptr LeastSignificantSetBitIndex(uptr x) { in LeastSignificantSetBitIndex() function469 return LeastSignificantSetBitIndex(x); in Log2()
51 uptr idx = LeastSignificantSetBitIndex(bits_); in getAndClearFirstOne()
50 uptr idx = LeastSignificantSetBitIndex(bits_); in getAndClearFirstOne()
393 inline uptr LeastSignificantSetBitIndex(uptr x) { in LeastSignificantSetBitIndex() function439 return LeastSignificantSetBitIndex(x); in Log2()
167 uptr LSB = LeastSignificantSetBitIndex(RealPointer); in handleAlignmentAssumptionImpl()