Searched refs:LegalIntWidths (Results 1 – 2 of 2) sorted by relevance
236 LegalIntWidths = Other.LegalIntWidths; in operator =()256 LegalIntWidths == Other.LegalIntWidths && IntSpecs == Other.IntSpecs && in operator ==()515 LegalIntWidths.push_back(BitWidth); in parseSpecification()866 for (unsigned LegalIntWidth : LegalIntWidths) in getSmallestLegalIntType()873 auto Max = llvm::max_element(LegalIntWidths); in getLargestLegalIntTypeSizeInBits()874 return Max != LegalIntWidths.end() ? *Max : 0; in getLargestLegalIntTypeSizeInBits()
121 SmallVector<unsigned char, 8> LegalIntWidths; variable221 return llvm::is_contained(LegalIntWidths, Width); in isLegalInteger()314 for (unsigned LegalIntWidth : LegalIntWidths) in fitsInLegalInteger()