Searched refs:NumCommonAlignmentBits (Results 1 – 1 of 1) sorted by relevance
114 enum : unsigned { NumCommonAlignmentBits = 5 }; enumerator115 unsigned CommonAlignLog2 : NumCommonAlignmentBits;346 assert(Log2Align < (1U << NumCommonAlignmentBits) && in setCommon()