Searched refs:LegalIntWidth (Results 1 – 2 of 2) sorted by relevance
363 for (unsigned LegalIntWidth : LegalIntWidths) in fitsInLegalInteger() local364 if (Width <= LegalIntWidth) in fitsInLegalInteger()
865 for (unsigned LegalIntWidth : LegalIntWidths) in getSmallestLegalIntType() local866 if (Width <= LegalIntWidth) in getSmallestLegalIntType()867 return Type::getIntNTy(C, LegalIntWidth); in getSmallestLegalIntType()