Searched refs:ReductionSrc (Results 1 – 1 of 1) sorted by relevance
3096 Value *ReductionSrc = I.getOperand(0); in foldCastFromReductions() local3099 if (!match(ReductionSrc, m_OneUse(m_Trunc(m_Value(Src)))) && in foldCastFromReductions()3100 (TruncOnly || !match(ReductionSrc, m_OneUse(m_ZExtOrSExt(m_Value(Src)))))) in foldCastFromReductions()3104 (Instruction::CastOps)cast<Instruction>(ReductionSrc)->getOpcode(); in foldCastFromReductions()3107 auto *ReductionSrcTy = cast<VectorType>(ReductionSrc->getType()); in foldCastFromReductions()3114 cast<CastInst>(ReductionSrc)); in foldCastFromReductions()