Searched refs:CTLog2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h565 template <size_t kValue> constexpr inline size_t CTLog2() { function
568 return 1 + CTLog2<kValue / 2>();
571 template <> constexpr inline size_t CTLog2<1>() { return 0; } function
H A DAlignment.h97 return LogValue{static_cast<uint8_t>(CTLog2<kValue>())};

Completed in 191 milliseconds