Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h199 bool isDesirableIntType(unsigned BitWidth) const;
H A DInstructionCombining.cpp215 bool InstCombinerImpl::isDesirableIntType(unsigned BitWidth) const { in isDesirableIntType() function in InstCombinerImpl
241 if (ToWidth < FromWidth && isDesirableIntType(ToWidth)) in shouldChangeType()
246 if ((FromLegal || isDesirableIntType(FromWidth)) && !ToLegal) in shouldChangeType()
H A DInstCombineVectorOps.cpp206 (isDesirableIntType(X->getType()->getPrimitiveSizeInBits()) && in foldBitcastExtElt()
H A DInstCombineCasts.cpp2820 Y->getType()->isIntegerTy() && isDesirableIntType(BitWidth)) { in visitBitCast()