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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
18922     if (V->getOpcode() == ISD::BITCAST) {
18923       SDValue ConvInput = V->getOperand(0);
18926         V = ConvInput.getNode();
18929     if (V->getOpcode() == ISD::BUILD_VECTOR) {
18930       assert(V->getNumOperands() == NumElts &&
18935         if (!V->getOperand(i).isUndef()) {
18936           Base = V->getOperand(i);
18944         if (V->getOperand(i) != Base) {
18954       SDValue Splatted = V->getOperand(SplatIndex);
18956       SDValue NewBV = DAG.getBuildVector(V->getValueType(0), SDLoc(N), Ops);
18960       if (V->getValueType(0) != VT)