Home
last modified time | relevance | path

Searched refs:LegalIntWidths (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDataLayout.h143 SmallVector<unsigned char, 8> LegalIntWidths; variable
221 LegalIntWidths = DL.LegalIntWidths;
264 return llvm::is_contained(LegalIntWidths, Width); in isLegalInteger()
356 for (unsigned LegalIntWidth : LegalIntWidths) in fitsInLegalInteger()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDataLayout.cpp437 LegalIntWidths.push_back(Width); in parseSpecifier()
544 LegalIntWidths == Other.LegalIntWidths && in operator ==()
660 LegalIntWidths.clear(); in clear()
854 for (unsigned LegalIntWidth : LegalIntWidths) in getSmallestLegalIntType()
861 auto Max = std::max_element(LegalIntWidths.begin(), LegalIntWidths.end()); in getLargestLegalIntTypeSizeInBits()
862 return Max != LegalIntWidths.end() ? *Max : 0; in getLargestLegalIntTypeSizeInBits()