Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DAlignOf.h48 enum { Alignment_LessEqual_16Bytes = Alignment <= 16 ? 1 : 0 }; enumerator
/external/llvm/include/llvm/Support/
DAlignOf.h94 enum { Alignment_LessEqual_16Bytes = Alignment <= 16 ? 1 : 0 };