Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp2142 Value *ReductionSrc = I.getOperand(0); in foldCastFromReductions() local
2145 if (!match(ReductionSrc, m_OneUse(m_Trunc(m_Value(Src)))) && in foldCastFromReductions()
2146 (TruncOnly || !match(ReductionSrc, m_OneUse(m_ZExtOrSExt(m_Value(Src)))))) in foldCastFromReductions()
2150 (Instruction::CastOps)cast<Instruction>(ReductionSrc)->getOpcode(); in foldCastFromReductions()
2153 auto *ReductionSrcTy = cast<VectorType>(ReductionSrc->getType()); in foldCastFromReductions()
2161 cast<CastInst>(ReductionSrc)); in foldCastFromReductions()