Searched refs:LegalIntWidths (Results 1 – 2 of 2) sorted by relevance
121 SmallVector<unsigned char, 8> LegalIntWidths; variable202 LegalIntWidths = DL.LegalIntWidths;240 for (unsigned LegalIntWidth : LegalIntWidths) in isLegalInteger()305 for (unsigned LegalIntWidth : LegalIntWidths) in fitsInLegalInteger()
337 LegalIntWidths.push_back(Width); in parseSpecifier()391 LegalIntWidths == Other.LegalIntWidths && in operator ==()545 LegalIntWidths.clear(); in clear()715 for (unsigned LegalIntWidth : LegalIntWidths) in getSmallestLegalIntType()722 auto Max = std::max_element(LegalIntWidths.begin(), LegalIntWidths.end()); in getLargestLegalIntTypeSize()723 return Max != LegalIntWidths.end() ? *Max : 0; in getLargestLegalIntTypeSize()