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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h565 template <size_t kValue> constexpr inline size_t CTLog2() { function
571 template <> constexpr inline size_t CTLog2<1>() { return 0; } function

Completed in 71 milliseconds