Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp3459 Value *ZExted, *OtherOperand; in shrinkType() local
3460 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()