Home | History | Annotate | Download | only in Reader

Lines Matching refs:AlignRecord

4805       uint64_t AlignRecord = Record[3];
4811 bool InAlloca = AlignRecord & InAllocaMask;
4813 if ((AlignRecord & ExplicitTypeMask) == 0) {
4823 parseAlignmentValue(AlignRecord & ~FlagMask, Align)) {