Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetCallingConv.h44 static const uint64_t ByValAlignOffs = 7; member
96 ((One << ((Flags & ByValAlign) >> ByValAlignOffs)) / 2); in getByValAlign()
100 (uint64_t(Log2_32(A) + 1) << ByValAlignOffs); in setByValAlign()