Home
last modified time | relevance | path

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

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