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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 2659   SDValue N0 = N->getOperand(0);
 2660   SDValue N1 = N->getOperand(1);
 2661   SDValue CarryIn = N->getOperand(2);
 2667     return DAG.getNode(ISD::ADDE, SDLoc(N), N->getVTList(),
 2667     return DAG.getNode(ISD::ADDE, SDLoc(N), N->getVTList(),
 2672     return DAG.getNode(ISD::ADDC, SDLoc(N), N->getVTList(), N0, N1);
 2672     return DAG.getNode(ISD::ADDC, SDLoc(N), N->getVTList(), N0, N1);