Searched refs:LegalIntWidths (Results 1 – 2 of 2) sorted by relevance
140 SmallVector<unsigned char, 8> LegalIntWidths; variable216 LegalIntWidths = DL.LegalIntWidths;255 for (unsigned LegalIntWidth : LegalIntWidths) in isLegalInteger()344 for (unsigned LegalIntWidth : LegalIntWidths) in fitsInLegalInteger()
382 LegalIntWidths.push_back(Width); in parseSpecifier()470 LegalIntWidths == Other.LegalIntWidths && in operator ==()602 LegalIntWidths.clear(); in clear()785 for (unsigned LegalIntWidth : LegalIntWidths) in getSmallestLegalIntType()792 auto Max = std::max_element(LegalIntWidths.begin(), LegalIntWidths.end()); in getLargestLegalIntTypeSizeInBits()793 return Max != LegalIntWidths.end() ? *Max : 0; in getLargestLegalIntTypeSizeInBits()