Searched refs:LegalIntWidth (Results 1 – 2 of 2) sorted by relevance
244 for (unsigned LegalIntWidth : LegalIntWidths) in isLegalInteger() local245 if (LegalIntWidth == Width) in isLegalInteger()318 for (unsigned LegalIntWidth : LegalIntWidths) in fitsInLegalInteger() local319 if (Width <= LegalIntWidth) in fitsInLegalInteger()
766 for (unsigned LegalIntWidth : LegalIntWidths) in getSmallestLegalIntType() local767 if (Width <= LegalIntWidth) in getSmallestLegalIntType()768 return Type::getIntNTy(C, LegalIntWidth); in getSmallestLegalIntType()