Searched refs:LegalIntWidth (Results 1 – 2 of 2) sorted by relevance
356 for (unsigned LegalIntWidth : LegalIntWidths) in fitsInLegalInteger() local357 if (Width <= LegalIntWidth) in fitsInLegalInteger()
854 for (unsigned LegalIntWidth : LegalIntWidths) in getSmallestLegalIntType() local855 if (Width <= LegalIntWidth) in getSmallestLegalIntType()856 return Type::getIntNTy(C, LegalIntWidth); in getSmallestLegalIntType()