Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bitvector.h50 uptr idx = LeastSignificantSetBitIndex(bits_); in getAndClearFirstOne()
H A Dsanitizer_common.h405 inline uptr LeastSignificantSetBitIndex(uptr x) { in LeastSignificantSetBitIndex() function
451 return LeastSignificantSetBitIndex(x); in Log2()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp167 uptr LSB = LeastSignificantSetBitIndex(RealPointer); in handleAlignmentAssumptionImpl()