Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDataLayout.h130 SmallVector<unsigned char, 8> LegalIntWidths; variable
205 LegalIntWidths = DL.LegalIntWidths;
244 for (unsigned LegalIntWidth : LegalIntWidths) in isLegalInteger()
318 for (unsigned LegalIntWidth : LegalIntWidths) in fitsInLegalInteger()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDataLayout.cpp373 LegalIntWidths.push_back(Width); in parseSpecifier()
437 LegalIntWidths == Other.LegalIntWidths && in operator ==()
577 LegalIntWidths.clear(); in clear()
766 for (unsigned LegalIntWidth : LegalIntWidths) in getSmallestLegalIntType()
773 auto Max = std::max_element(LegalIntWidths.begin(), LegalIntWidths.end()); in getLargestLegalIntTypeSizeInBits()
774 return Max != LegalIntWidths.end() ? *Max : 0; in getLargestLegalIntTypeSizeInBits()