Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h360 for (unsigned LegalIntWidth : LegalIntWidths) in fitsInLegalInteger() local
361 if (Width <= LegalIntWidth) in fitsInLegalInteger()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp894 for (unsigned LegalIntWidth : LegalIntWidths) in getSmallestLegalIntType() local
895 if (Width <= LegalIntWidth) in getSmallestLegalIntType()
896 return Type::getIntNTy(C, LegalIntWidth); in getSmallestLegalIntType()