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