Searched refs:LegalIntWidth (Results 1 – 2 of 2) sorted by relevance
360 for (unsigned LegalIntWidth : LegalIntWidths) in fitsInLegalInteger() local361 if (Width <= LegalIntWidth) in fitsInLegalInteger()
894 for (unsigned LegalIntWidth : LegalIntWidths) in getSmallestLegalIntType() local895 if (Width <= LegalIntWidth) in getSmallestLegalIntType()896 return Type::getIntNTy(C, LegalIntWidth); in getSmallestLegalIntType()