Searched refs:ReductionSrc (Results 1 – 1 of 1) sorted by relevance
2142 Value *ReductionSrc = I.getOperand(0); in foldCastFromReductions() local2145 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()