Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DAlignOf.h46 enum { Alignment_LessEqual_4Bytes = Alignment <= 4 ? 1 : 0 }; enumerator
/external/llvm/include/llvm/Support/
DAlignOf.h92 enum { Alignment_LessEqual_4Bytes = Alignment <= 4 ? 1 : 0 };