Searched refs:ZExted (Results 1 – 1 of 1) sorted by relevance
3459 Value *ZExted, *OtherOperand; in shrinkType() local3460 if (!match(&I, m_c_BitwiseLogic(m_ZExt(m_Value(ZExted)), in shrinkType()3462 !match(&I, m_LShr(m_ZExt(m_Value(ZExted)), m_Value(OtherOperand)))) in shrinkType()3468 auto *SmallTy = cast<FixedVectorType>(ZExted->getType()); in shrinkType()3533 Value *Op0 = ZExted; in shrinkType()