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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 2808       SDLoc DL(N);
 2809       SDValue Sub = DAG.getNode(ISD::SUBCARRY, DL, N->getVTList(), N1,
 2811       return CombineTo(N, Sub,
 2822       isNullConstant(N1) && !N->hasAnyUseOfValue(1))
 2823     return DAG.getNode(ISD::ADDCARRY, SDLoc(N), N->getVTList(),
 2823     return DAG.getNode(ISD::ADDCARRY, SDLoc(N), N->getVTList(),
 2833     if (auto R = combineADDCARRYDiamond(*this, DAG, N0, Y, CarryIn, N))
 2835     if (auto R = combineADDCARRYDiamond(*this, DAG, N0, CarryIn, Y, N))