Searched refs:isDesirableIntType (Results 1 – 5 of 5) sorted by relevance
241 bool isDesirableIntType(unsigned BitWidth) const;
202 bool InstCombinerImpl::isDesirableIntType(unsigned BitWidth) const { in isDesirableIntType() function in InstCombinerImpl228 if (ToWidth < FromWidth && isDesirableIntType(ToWidth)) in shouldChangeType()233 if ((FromLegal || isDesirableIntType(FromWidth)) && !ToLegal) in shouldChangeType()
1499 if (!isDesirableIntType(X->getType()->getScalarSizeInBits()) && in foldICmpTruncWithTruncOrExt()1500 isDesirableIntType(Y->getType()->getScalarSizeInBits())) { in foldICmpTruncWithTruncOrExt()1518 if (isDesirableIntType(TruncBits) && in foldICmpTruncWithTruncOrExt()1519 !isDesirableIntType(X->getType()->getScalarSizeInBits())) in foldICmpTruncWithTruncOrExt()
2645 Y->getType()->isIntegerTy() && isDesirableIntType(BitWidth)) { in visitBitCast()
209 (isDesirableIntType(X->getType()->getPrimitiveSizeInBits()) && in foldBitcastExtElt()