Home
last modified time | relevance | path

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

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