Searched refs:LogValue (Results 1 – 1 of 1) sorted by relevance
62 struct LogValue { struct88 template <size_t kValue> constexpr static LogValue Constant() { in Constant()89 return LogValue{static_cast<uint8_t>(CTLog2<kValue>())}; in Constant()94 template <typename T> constexpr static LogValue Of() { in Of()99 constexpr Align(LogValue CA) : ShiftValue(CA.Log) {} in Align()