Searched refs:isDesirableIntType (Results 1 – 5 of 5) sorted by relevance
247 bool isDesirableIntType(unsigned BitWidth) const;
244 bool InstCombinerImpl::isDesirableIntType(unsigned BitWidth) const { in isDesirableIntType() function in InstCombinerImpl270 if (ToWidth < FromWidth && isDesirableIntType(ToWidth)) in shouldChangeType()275 if ((FromLegal || isDesirableIntType(FromWidth)) && !ToLegal) in shouldChangeType()
1556 if (!isDesirableIntType(X->getType()->getScalarSizeInBits()) && in foldICmpTruncWithTruncOrExt()1557 isDesirableIntType(Y->getType()->getScalarSizeInBits())) { in foldICmpTruncWithTruncOrExt()1583 if (isDesirableIntType(TruncBits) && in foldICmpTruncWithTruncOrExt()1584 !isDesirableIntType(X->getType()->getScalarSizeInBits())) in foldICmpTruncWithTruncOrExt()
2816 Y->getType()->isIntegerTy() && isDesirableIntType(BitWidth)) { in visitBitCast()
209 isDesirableIntType(X->getType()->getPrimitiveSizeInBits())) && in foldBitcastExtElt()