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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 2598     return CombineTo(N, DAG.getNode(ISD::ADD, DL, VT, N0, N1),
 2604     return DAG.getNode(N->getOpcode(), DL, N->getVTList(), N1, N0);
 2608     return CombineTo(N, N0, DAG.getConstant(0, DL, CarryVT));
 2613       return CombineTo(N, DAG.getNode(ISD::ADD, DL, VT, N0, N1),
 2614                        DAG.getConstant(0, DL, CarryVT));
 2618       SDValue Sub = DAG.getNode(ISD::USUBO, DL, N->getVTList(),
 2619                                 DAG.getConstant(0, DL, VT), N0.getOperand(0));
 2621                        flipBoolean(Sub.getValue(1), DL, DAG, TLI));