Searched refs:LegalIntWidth (Results 1 – 2 of 2) sorted by relevance
255 for (unsigned LegalIntWidth : LegalIntWidths) in isLegalInteger() local256 if (LegalIntWidth == Width) in isLegalInteger()344 for (unsigned LegalIntWidth : LegalIntWidths) in fitsInLegalInteger() local345 if (Width <= LegalIntWidth) in fitsInLegalInteger()
785 for (unsigned LegalIntWidth : LegalIntWidths) in getSmallestLegalIntType() local786 if (Width <= LegalIntWidth) in getSmallestLegalIntType()787 return Type::getIntNTy(C, LegalIntWidth); in getSmallestLegalIntType()