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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 2806   if (isBitwiseNot(N0))
 2810                                 N0.getOperand(0), NotC);
 2819   if ((N0.getOpcode() == ISD::ADD ||
 2820        (N0.getOpcode() == ISD::UADDO && N0.getResNo() == 0 &&
 2820        (N0.getOpcode() == ISD::UADDO && N0.getResNo() == 0 &&
 2821         N0.getValue(1) != CarryIn)) &&
 2824                        N0.getOperand(0), N0.getOperand(1), CarryIn);
 2824                        N0.getOperand(0), N0.getOperand(1), CarryIn);
 2833     if (auto R = combineADDCARRYDiamond(*this, DAG, N0, Y, CarryIn, N))
 2835     if (auto R = combineADDCARRYDiamond(*this, DAG, N0, CarryIn, Y, N))