Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ShuffleVectorSDNode

1097 /// ShuffleVectorSDNode - This SDNode is used to implement the code generator
1105 class ShuffleVectorSDNode : public SDNode {
1113 ShuffleVectorSDNode(EVT VT, DebugLoc dl, SDValue N1, SDValue N2,
1141 static bool classof(const ShuffleVectorSDNode *) { return true; }