Searched refs:LeastSignificantSetBitIndex (Results 1 – 4 of 4) sorted by relevance
50 uptr idx = LeastSignificantSetBitIndex(bits_); in getAndClearFirstOne()
430 inline uptr LeastSignificantSetBitIndex(uptr x) { in LeastSignificantSetBitIndex() function474 return LeastSignificantSetBitIndex(x); in Log2()
1003 const uptr ind_lsb = 1ull << LeastSignificantSetBitIndex(indicator);
167 uptr LSB = LeastSignificantSetBitIndex(RealPointer); in handleAlignmentAssumptionImpl()