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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 2687     return DAG.getNode(ISD::ADDCARRY, DL, N->getVTList(), N1, N0, CarryIn);
 2690   if (isNullConstant(CarryIn)) {
 2699     EVT CarryVT = CarryIn.getValueType();
 2700     SDValue CarryExt = DAG.getBoolExtOrTrunc(CarryIn, DL, VT, CarryVT);
 2707   if (SDValue Combined = visitADDCARRYLike(N0, N1, CarryIn, N))
 2710   if (SDValue Combined = visitADDCARRYLike(N1, N0, CarryIn, N))