reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
18411   EVT VT = N->getValueType(0);
18414   SDValue N0 = N->getOperand(0);
18415   SDValue N1 = N->getOperand(1);
18416   ShuffleVectorSDNode *SVN = cast<ShuffleVectorSDNode>(N);
18432     N0 = DAG.getVectorShuffle(ConcatVT, SDLoc(N), N0.getOperand(0),
18436     return DAG.getNode(ISD::CONCAT_VECTORS, SDLoc(N), VT, N0, N1);
18470   return DAG.getNode(ISD::CONCAT_VECTORS, SDLoc(N), VT, Ops);