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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 2684   ConstantSDNode *N0C = dyn_cast<ConstantSDNode>(N0);
 2687     return DAG.getNode(ISD::ADDCARRY, DL, N->getVTList(), N1, N0, CarryIn);
 2693       return DAG.getNode(ISD::UADDO, DL, N->getVTList(), N0, N1);
 2697   if (isNullConstant(N0) && isNullConstant(N1)) {
 2698     EVT VT = N0.getValueType();
 2707   if (SDValue Combined = visitADDCARRYLike(N0, N1, CarryIn, N))
 2710   if (SDValue Combined = visitADDCARRYLike(N1, N0, CarryIn, N))