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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 2590   EVT VT = N0.getValueType();
 2598     return CombineTo(N, DAG.getNode(ISD::ADD, DL, VT, N0, N1),
 2602   if (DAG.isConstantIntBuildVectorOrConstantInt(N0) &&
 2604     return DAG.getNode(N->getOpcode(), DL, N->getVTList(), N1, N0);
 2608     return CombineTo(N, N0, DAG.getConstant(0, DL, CarryVT));
 2612     if (DAG.computeOverflowKind(N0, N1) == SelectionDAG::OFK_Never)
 2613       return CombineTo(N, DAG.getNode(ISD::ADD, DL, VT, N0, N1),
 2617     if (isBitwiseNot(N0) && isOneOrOneSplat(N1)) {
 2619                                 DAG.getConstant(0, DL, VT), N0.getOperand(0));
 2624     if (SDValue Combined = visitUADDOLike(N0, N1, N))
 2627     if (SDValue Combined = visitUADDOLike(N1, N0, N))