Searched refs:NumCommonAlignmentBits (Results 1 – 1 of 1) sorted by relevance
119 enum : unsigned { NumCommonAlignmentBits = 5 }; enumerator120 unsigned CommonAlignLog2 : NumCommonAlignmentBits;349 assert(Log2Align < (1U << NumCommonAlignmentBits) &&