Searched refs:LogValue (Results 1 – 1 of 1) sorted by relevance
63 struct LogValue { struct96 template <size_t kValue> constexpr static LogValue Constant() { in Constant()97 return LogValue{static_cast<uint8_t>(CTLog2<kValue>())}; in Constant()102 template <typename T> constexpr static LogValue Of() { in Of()107 constexpr Align(LogValue CA) : ShiftValue(CA.Log) {} in Align()