Searched refs:LegalIntWidths (Results 1 – 2 of 2) sorted by relevance
121 SmallVector<unsigned char, 8> LegalIntWidths; variable202 LegalIntWidths = DL.LegalIntWidths;238 for (unsigned LegalIntWidth : LegalIntWidths) in isLegalInteger()303 for (unsigned LegalIntWidth : LegalIntWidths) in fitsInLegalInteger()
332 LegalIntWidths.push_back(Width); in parseSpecifier()386 LegalIntWidths == Other.LegalIntWidths && in operator ==()540 LegalIntWidths.clear(); in clear()710 for (unsigned LegalIntWidth : LegalIntWidths) in getSmallestLegalIntType()717 auto Max = std::max_element(LegalIntWidths.begin(), LegalIntWidths.end()); in getLargestLegalIntTypeSize()718 return Max != LegalIntWidths.end() ? *Max : 0; in getLargestLegalIntTypeSize()