Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetCallingConv.h36 static const uint64_t ByValAlignOffs = 6; member
70 ((One << ((Flags & ByValAlign) >> ByValAlignOffs)) / 2); in getByValAlign()
74 (uint64_t(Log2_32(A) + 1) << ByValAlignOffs); in setByValAlign()
/external/llvm/include/llvm/Target/
DTargetCallingConv.h43 static const uint64_t ByValAlignOffs = 7; member
108 ((One << ((Flags & ByValAlign) >> ByValAlignOffs)) / 2); in getByValAlign()
112 (uint64_t(Log2_32(A) + 1) << ByValAlignOffs); in setByValAlign()