Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h898 const uptr ind_lsb = 1ull << LeastSignificantSetBitIndex(indicator); in Apply()
/openbsd/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp167 uptr LSB = LeastSignificantSetBitIndex(RealPointer); in handleAlignmentAssumptionImpl()