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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
18420   EVT ConcatVT = N0.getOperand(0).getValueType();
18432     N0 = DAG.getVectorShuffle(ConcatVT, SDLoc(N), N0.getOperand(0),
18432     N0 = DAG.getVectorShuffle(ConcatVT, SDLoc(N), N0.getOperand(0),
18433                               N0.getOperand(1),
18436     return DAG.getNode(ISD::CONCAT_VECTORS, SDLoc(N), VT, N0, N1);
18464     if (OpIdx < (int)N0.getNumOperands())
18465       Ops.push_back(N0.getOperand(OpIdx));
18467       Ops.push_back(N1.getOperand(OpIdx - N0.getNumOperands()));