Lines Matching refs:Src2
2708 SDValue Src2 = getValue(I.getOperand(1));
2727 setValue(&I, DAG.getVectorShuffle(VT, getCurDebugLoc(), Src1, Src2,
2740 VT, Src1, Src2));
2747 bool Src2U = Src2.getOpcode() == ISD::UNDEF;
2753 MOps2[0] = Src2;
2758 Src2 = Src2U ? DAG.getUNDEF(VT) : DAG.getNode(ISD::CONCAT_VECTORS,
2772 setValue(&I, DAG.getVectorShuffle(VT, getCurDebugLoc(), Src1, Src2,
2831 SDValue &Src = Input == 0 ? Src1 : Src2;
2851 setValue(&I, DAG.getVectorShuffle(VT, getCurDebugLoc(), Src1, Src2,
2875 EltVT, Src2,