Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Common/
H A Dbit-population-count.h86 template <typename INT> inline constexpr int TrailingZeroBitCount(INT x) { in TrailingZeroBitCount() function
H A Dconstexpr-bitset.h137 return {TrailingZeroBitCount(bits_)}; in LeastElement()
/llvm-project/flang/runtime/
H A Dcharacter.cpp87 constexpr int shift{common::TrailingZeroBitCount(sizeof(CHAR))};