Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDataLayout.h362 for (unsigned LegalIntWidth : LegalIntWidths) in fitsInLegalInteger() local
363 if (Width <= LegalIntWidth) in fitsInLegalInteger()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDataLayout.cpp858 for (unsigned LegalIntWidth : LegalIntWidths) in getSmallestLegalIntType() local
859 if (Width <= LegalIntWidth) in getSmallestLegalIntType()
860 return Type::getIntNTy(C, LegalIntWidth); in getSmallestLegalIntType()