Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDataLayout.h225 for (unsigned LegalIntWidth : LegalIntWidths) in isLegalInteger() local
226 if (LegalIntWidth == Width) in isLegalInteger()
289 for (unsigned LegalIntWidth : LegalIntWidths) in fitsInLegalInteger() local
290 if (Width <= LegalIntWidth) in fitsInLegalInteger()
/external/llvm/lib/IR/
DDataLayout.cpp719 for (unsigned LegalIntWidth : LegalIntWidths) in getSmallestLegalIntType() local
720 if (Width <= LegalIntWidth) in getSmallestLegalIntType()
721 return Type::getIntNTy(C, LegalIntWidth); in getSmallestLegalIntType()