Searched refs:LegalIntWidth (Results 1 – 2 of 2) sorted by relevance
362 for (unsigned LegalIntWidth : LegalIntWidths) in fitsInLegalInteger() local363 if (Width <= LegalIntWidth) in fitsInLegalInteger()
858 for (unsigned LegalIntWidth : LegalIntWidths) in getSmallestLegalIntType() local859 if (Width <= LegalIntWidth) in getSmallestLegalIntType()860 return Type::getIntNTy(C, LegalIntWidth); in getSmallestLegalIntType()