Searched refs:AlignType (Results 1 – 2 of 2) sorted by relevance
109 retval.AlignType = align_type; in get()118 return (AlignType == rhs.AlignType in operator ==()196 if (Error Err = setAlignment((AlignTypeEnum)E.AlignType, E.ABIAlign, in reset()373 AlignTypeEnum AlignType; in parseSpecifier() local376 case 'i': AlignType = INTEGER_ALIGN; break; in parseSpecifier()377 case 'v': AlignType = VECTOR_ALIGN; break; in parseSpecifier()378 case 'f': AlignType = FLOAT_ALIGN; break; in parseSpecifier()379 case 'a': AlignType = AGGREGATE_ALIGN; break; in parseSpecifier()388 if (AlignType == AGGREGATE_ALIGN && Size != 0) in parseSpecifier()401 if (AlignType != AGGREGATE_ALIGN && !ABIAlign) in parseSpecifier()[all …]
76 unsigned AlignType : 8; member154 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const { in findAlignmentLowerBound() argument155 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType, in findAlignmentLowerBound()160 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth);