Searched refs:isDesirableIntType (Results 1 – 4 of 4) sorted by relevance
199 bool isDesirableIntType(unsigned BitWidth) const;
215 bool InstCombinerImpl::isDesirableIntType(unsigned BitWidth) const { in isDesirableIntType() function in InstCombinerImpl241 if (ToWidth < FromWidth && isDesirableIntType(ToWidth)) in shouldChangeType()246 if ((FromLegal || isDesirableIntType(FromWidth)) && !ToLegal) in shouldChangeType()
206 (isDesirableIntType(X->getType()->getPrimitiveSizeInBits()) && in foldBitcastExtElt()
2820 Y->getType()->isIntegerTy() && isDesirableIntType(BitWidth)) { in visitBitCast()