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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
18020   if (V.getOpcode() == ISD::INSERT_SUBVECTOR &&
18021       V.getOperand(1).getValueType() == SubVT && V.getOperand(2) == Index) {
18021       V.getOperand(1).getValueType() == SubVT && V.getOperand(2) == Index) {
18022     return V.getOperand(1);
18025   if (IndexC && V.getOpcode() == ISD::CONCAT_VECTORS &&
18026       V.getOperand(0).getValueType() == SubVT &&
18029     return V.getOperand(SubIdx);