Searched refs:LegalIntWidth (Results 1 – 6 of 6) 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()
263 for (unsigned LegalIntWidth : LegalIntWidths) in isLegalInteger() local264 if (LegalIntWidth == Width) in isLegalInteger()358 for (unsigned LegalIntWidth : LegalIntWidths) in fitsInLegalInteger() local359 if (Width <= LegalIntWidth) in fitsInLegalInteger()
255 for (unsigned LegalIntWidth : LegalIntWidths) in isLegalInteger() local256 if (LegalIntWidth == Width) in isLegalInteger()344 for (unsigned LegalIntWidth : LegalIntWidths) in fitsInLegalInteger() local345 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()
785 for (unsigned LegalIntWidth : LegalIntWidths) in getSmallestLegalIntType() local786 if (Width <= LegalIntWidth) in getSmallestLegalIntType()787 return Type::getIntNTy(C, LegalIntWidth); in getSmallestLegalIntType()
852 for (unsigned LegalIntWidth : LegalIntWidths) in getSmallestLegalIntType() local853 if (Width <= LegalIntWidth) in getSmallestLegalIntType()854 return Type::getIntNTy(C, LegalIntWidth); in getSmallestLegalIntType()