Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h142 SmallVector<unsigned char, 8> LegalIntWidths; variable
215 LegalIntWidths = DL.LegalIntWidths;
261 return llvm::is_contained(LegalIntWidths, Width); in isLegalInteger()
360 for (unsigned LegalIntWidth : LegalIntWidths) in fitsInLegalInteger()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp458 LegalIntWidths.push_back(Width); in parseSpecifier()
568 LegalIntWidths == Other.LegalIntWidths && in operator ==()
707 LegalIntWidths.clear(); in clear()
894 for (unsigned LegalIntWidth : LegalIntWidths) in getSmallestLegalIntType()
901 auto Max = llvm::max_element(LegalIntWidths); in getLargestLegalIntTypeSizeInBits()
902 return Max != LegalIntWidths.end() ? *Max : 0; in getLargestLegalIntTypeSizeInBits()