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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
19243   EVT VT = N->getValueType(0);
19244   SDValue N0 = N->getOperand(0);
19245   SDValue N1 = N->getOperand(1);
19246   SDValue N2 = N->getOperand(2);
19284       SDValue NewINSERT = DAG.getNode(ISD::INSERT_SUBVECTOR, SDLoc(N),
19296     return DAG.getNode(ISD::INSERT_SUBVECTOR, SDLoc(N), VT, N0.getOperand(0),
19304     return DAG.getNode(ISD::INSERT_SUBVECTOR, SDLoc(N), VT, N0,
19324       SDLoc DL(N);
19359       SDValue NewOp = DAG.getNode(ISD::INSERT_SUBVECTOR, SDLoc(N), VT,
19376     return DAG.getNode(ISD::CONCAT_VECTORS, SDLoc(N), VT, Ops);
19380   if (SimplifyDemandedVectorElts(SDValue(N, 0)))
19381     return SDValue(N, 0);