Lines Matching refs:AlignMask
1656 uint64_t AlignMask = ~(DT.getAlignInBits() - 1);1657 uint64_t HiMark = (Offset + FieldSize) & AlignMask;