Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDataLayout.h244 for (unsigned LegalIntWidth : LegalIntWidths) in isLegalInteger() local
245 if (LegalIntWidth == Width) in isLegalInteger()
318 for (unsigned LegalIntWidth : LegalIntWidths) in fitsInLegalInteger() local
319 if (Width <= LegalIntWidth) in fitsInLegalInteger()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDataLayout.cpp766 for (unsigned LegalIntWidth : LegalIntWidths) in getSmallestLegalIntType() local
767 if (Width <= LegalIntWidth) in getSmallestLegalIntType()
768 return Type::getIntNTy(C, LegalIntWidth); in getSmallestLegalIntType()