Searched refs:LegalIntWidth (Results 1 – 2 of 2) sorted by relevance
225 for (unsigned LegalIntWidth : LegalIntWidths) in isLegalInteger() local226 if (LegalIntWidth == Width) in isLegalInteger()289 for (unsigned LegalIntWidth : LegalIntWidths) in fitsInLegalInteger() local290 if (Width <= LegalIntWidth) in fitsInLegalInteger()
719 for (unsigned LegalIntWidth : LegalIntWidths) in getSmallestLegalIntType() local720 if (Width <= LegalIntWidth) in getSmallestLegalIntType()721 return Type::getIntNTy(C, LegalIntWidth); in getSmallestLegalIntType()