Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h197 bool isDesirableIntType(unsigned BitWidth) const;
H A DInstructionCombining.cpp213 bool InstCombinerImpl::isDesirableIntType(unsigned BitWidth) const { in isDesirableIntType() function in InstCombinerImpl
238 if (ToWidth < FromWidth && isDesirableIntType(ToWidth)) in shouldChangeType()
H A DInstCombineVectorOps.cpp196 isDesirableIntType(X->getType()->getPrimitiveSizeInBits())) { in foldBitcastExtElt()
H A DInstCombineCasts.cpp2821 Y->getType()->isIntegerTy() && isDesirableIntType(BitWidth)) { in visitBitCast()