Searched defs:countr_zero (Results 1 – 3 of 3) sorted by relevance
/llvm-project/libc/src/__support/CPP/ | ||
H A D | bit.h | 79 countr_zero(T value) { countr_zero() function |
/llvm-project/libcxx/include/__bit/ | ||
H A D | countr.h | 69 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr int countr_zero(_Tp __t) noexcept { in countr_zero() function |
/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | APInt.h | 1598 unsigned countr_zero() const { countr_zero() function |