Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bitvector.h50 uptr idx = LeastSignificantSetBitIndex(bits_); in getAndClearFirstOne()
H A Dsanitizer_common.h430 inline uptr LeastSignificantSetBitIndex(uptr x) { in LeastSignificantSetBitIndex() function
474 return LeastSignificantSetBitIndex(x); in Log2()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h1003 const uptr ind_lsb = 1ull << LeastSignificantSetBitIndex(indicator);
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp167 uptr LSB = LeastSignificantSetBitIndex(RealPointer); in handleAlignmentAssumptionImpl()