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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 2498   SDValue N0 = N->getOperand(0);
 2499   SDValue N1 = N->getOperand(1);
 2501   SDLoc DL(N);
 2504   if (!N->hasAnyUseOfValue(1))
 2505     return CombineTo(N, DAG.getNode(ISD::ADD, DL, VT, N0, N1),
 2512     return DAG.getNode(ISD::ADDC, DL, N->getVTList(), N1, N0);
 2516     return CombineTo(N, N0, DAG.getNode(ISD::CARRY_FALSE,
 2521     return CombineTo(N, DAG.getNode(ISD::ADD, DL, VT, N0, N1),