Home
last modified time | relevance | path

Searched refs:LogValue (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAlignment.h63 struct LogValue { struct
96 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()