Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SCALAR_TO_VECTOR

609     // SCALAR_TO_VECTOR requires that the type of the value being inserted
615 SDValue ScVec = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl,
1676 // SCALAR_TO_VECTOR node. If this is { X, X, X, X }, determine X.
1703 return DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Node->getOperand(0));
1748 SDValue Vec1 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Value1);
1751 Vec2 = DAG.getNode(ISD::SCALAR_TO_VECTOR, dl, VT, Value2);
2799 case ISD::SCALAR_TO_VECTOR: