Searched refs:isDesirableIntType (Results 1 – 5 of 5) sorted by relevance
246 bool isDesirableIntType(unsigned BitWidth) const;
220 bool InstCombinerImpl::isDesirableIntType(unsigned BitWidth) const { in isDesirableIntType() function in InstCombinerImpl246 if (ToWidth < FromWidth && isDesirableIntType(ToWidth)) in shouldChangeType()251 if ((FromLegal || isDesirableIntType(FromWidth)) && !ToLegal) in shouldChangeType()
1520 if (!isDesirableIntType(X->getType()->getScalarSizeInBits()) && in foldICmpTruncWithTruncOrExt()1521 isDesirableIntType(Y->getType()->getScalarSizeInBits())) { in foldICmpTruncWithTruncOrExt()1547 if (isDesirableIntType(TruncBits) && in foldICmpTruncWithTruncOrExt()1548 !isDesirableIntType(X->getType()->getScalarSizeInBits())) in foldICmpTruncWithTruncOrExt()
209 (isDesirableIntType(X->getType()->getPrimitiveSizeInBits()) && in foldBitcastExtElt()
2735 Y->getType()->isIntegerTy() && isDesirableIntType(BitWidth)) { in visitBitCast()