Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Support/
H A DMathExtrasTest.cpp155 TEST(MathExtras, CTLog2) { in TEST() argument
[all...]
/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h329 template <size_t kValue> constexpr size_t CTLog2() { CTLog2() function