Home
last modified time | relevance | path

Searched defs:PickAlignment (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DEndian.h30 struct PickAlignment { struct
53 (detail::PickAlignment<value_type, alignment>::value)), in read() argument
/external/llvm/include/llvm/Support/
DEndian.h31 struct PickAlignment { struct
54 (detail::PickAlignment<value_type, alignment>::value)), in read() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DEndian.h39 struct PickAlignment { struct
40 enum { value = alignment == 0 ? alignof(T) : alignment };