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);
 2693       return DAG.getNode(ISD::UADDO, DL, N->getVTList(), N0, N1);
 2700     SDValue CarryExt = DAG.getBoolExtOrTrunc(CarryIn, DL, VT, CarryVT);
 2702     return CombineTo(N, DAG.getNode(ISD::AND, DL, VT, CarryExt,
 2703                                     DAG.getConstant(1, DL, VT)),
 2704                      DAG.getConstant(0, DL, CarryVT));