Home
last modified time | relevance | path

Searched refs:isDesirableIntType (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h241 bool isDesirableIntType(unsigned BitWidth) const;
H A DInstructionCombining.cpp202 bool InstCombinerImpl::isDesirableIntType(unsigned BitWidth) const { in isDesirableIntType() function in InstCombinerImpl
228 if (ToWidth < FromWidth && isDesirableIntType(ToWidth)) in shouldChangeType()
233 if ((FromLegal || isDesirableIntType(FromWidth)) && !ToLegal) in shouldChangeType()
H A DInstCombineCompares.cpp1499 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()
H A DInstCombineCasts.cpp2645 Y->getType()->isIntegerTy() && isDesirableIntType(BitWidth)) { in visitBitCast()
H A DInstCombineVectorOps.cpp209 (isDesirableIntType(X->getType()->getPrimitiveSizeInBits()) && in foldBitcastExtElt()