Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDataLayout.h146 SmallVector<unsigned char, 8> LegalIntWidths; variable
225 LegalIntWidths = DL.LegalIntWidths;
268 return llvm::is_contained(LegalIntWidths, Width); in isLegalInteger()
363 for (unsigned LegalIntWidth : LegalIntWidths) in fitsInLegalInteger()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDataLayout.cpp442 LegalIntWidths.push_back(Width); in parseSpecifier()
552 LegalIntWidths == Other.LegalIntWidths && in operator ==()
670 LegalIntWidths.clear(); in clear()
865 for (unsigned LegalIntWidth : LegalIntWidths) in getSmallestLegalIntType()
872 auto Max = std::max_element(LegalIntWidths.begin(), LegalIntWidths.end()); in getLargestLegalIntTypeSizeInBits()
873 return Max != LegalIntWidths.end() ? *Max : 0; in getLargestLegalIntTypeSizeInBits()