Home
last modified time | relevance | path

Searched refs:LeastSignificantSetBitIndex (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bitvector.h50 uptr idx = LeastSignificantSetBitIndex(bits_); in getAndClearFirstOne()
H A Dsanitizer_common.h417 inline uptr LeastSignificantSetBitIndex(uptr x) { in LeastSignificantSetBitIndex() function
461 return LeastSignificantSetBitIndex(x); in Log2()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h842 const uptr ind_lsb = 1ull << LeastSignificantSetBitIndex(indicator); in Apply()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_platform.h915 const uptr ind_lsb = 1ull << LeastSignificantSetBitIndex(indicator); in Apply()
/llvm-project-15.0.7/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp167 uptr LSB = LeastSignificantSetBitIndex(RealPointer); in handleAlignmentAssumptionImpl()