Searched refs:LegalIntWidth (Results 1 – 4 of 4) sorted by relevance
237 for (unsigned LegalIntWidth : LegalIntWidths) in isLegalInteger() local238 if (LegalIntWidth == Width) in isLegalInteger()302 for (unsigned LegalIntWidth : LegalIntWidths) in fitsInLegalInteger() local303 if (Width <= LegalIntWidth) in fitsInLegalInteger()
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()
715 for (unsigned LegalIntWidth : LegalIntWidths) in getSmallestLegalIntType() local716 if (Width <= LegalIntWidth) in getSmallestLegalIntType()717 return Type::getIntNTy(C, LegalIntWidth); in getSmallestLegalIntType()
758 for (unsigned LegalIntWidth : LegalIntWidths) in getSmallestLegalIntType() local759 if (Width <= LegalIntWidth) in getSmallestLegalIntType()760 return Type::getIntNTy(C, LegalIntWidth); in getSmallestLegalIntType()