Searched refs:LegalIntWidths (Results 1 – 2 of 2) sorted by relevance
130 SmallVector<unsigned char, 8> LegalIntWidths; variable205 LegalIntWidths = DL.LegalIntWidths;244 for (unsigned LegalIntWidth : LegalIntWidths) in isLegalInteger()318 for (unsigned LegalIntWidth : LegalIntWidths) in fitsInLegalInteger()
373 LegalIntWidths.push_back(Width); in parseSpecifier()437 LegalIntWidths == Other.LegalIntWidths && in operator ==()577 LegalIntWidths.clear(); in clear()766 for (unsigned LegalIntWidth : LegalIntWidths) in getSmallestLegalIntType()773 auto Max = std::max_element(LegalIntWidths.begin(), LegalIntWidths.end()); in getLargestLegalIntTypeSizeInBits()774 return Max != LegalIntWidths.end() ? *Max : 0; in getLargestLegalIntTypeSizeInBits()