Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDataLayout.h356 for (unsigned LegalIntWidth : LegalIntWidths) in fitsInLegalInteger() local
357 if (Width <= LegalIntWidth) in fitsInLegalInteger()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDataLayout.cpp854 for (unsigned LegalIntWidth : LegalIntWidths) in getSmallestLegalIntType() local
855 if (Width <= LegalIntWidth) in getSmallestLegalIntType()
856 return Type::getIntNTy(C, LegalIntWidth); in getSmallestLegalIntType()