Searched refs:PickAlignment (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Endian.h | 35 struct PickAlignment { struct 63 memory, (detail::PickAlignment<value_type, alignment>::value)), in read() 95 memory, (detail::PickAlignment<value_type, alignment>::value)), in write() 137 memory, (detail::PickAlignment<value_type, alignment>::value)), in readAtBitAlignment() 172 memory, (detail::PickAlignment<value_type, alignment>::value)), in writeAtBitAlignment() 206 memory, (detail::PickAlignment<value_type, alignment>::value)), in writeAtBitAlignment() 216 std::size_t ALIGN = PickAlignment<ValueType, Alignment>::value>
|