Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAlignment.h62 struct LogValue { struct
97 return LogValue{static_cast<uint8_t>(CTLog2<kValue>())}; in Constant()
107 constexpr Align(LogValue CA) : ShiftValue(CA.Log) {} in Align()