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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
18432     N0 = DAG.getVectorShuffle(ConcatVT, SDLoc(N), N0.getOperand(0),
18435     N1 = DAG.getUNDEF(ConcatVT);
18436     return DAG.getNode(ISD::CONCAT_VECTORS, SDLoc(N), VT, N0, N1);
18447       Ops.push_back(DAG.getUNDEF(ConcatVT));
18470   return DAG.getNode(ISD::CONCAT_VECTORS, SDLoc(N), VT, Ops);