Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:vec2

1831       SDValue Vec2;
1833 Vec2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Value2);
1835 Vec2 = DAG.getUNDEF(VT);
1838 return DAG.getVectorShuffle(VT, dl, Vec1, Vec2, ShuffleVec.data());