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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 3200   SDValue N0 = N->getOperand(0);
 3201   SDValue N1 = N->getOperand(1);
 3203   SDLoc DL(N);
 3206   if (!N->hasAnyUseOfValue(1))
 3207     return CombineTo(N, DAG.getNode(ISD::SUB, DL, VT, N0, N1),
 3212     return CombineTo(N, DAG.getConstant(0, DL, VT),
 3217     return CombineTo(N, N0, DAG.getNode(ISD::CARRY_FALSE, DL, MVT::Glue));
 3221     return CombineTo(N, DAG.getNode(ISD::XOR, DL, VT, N1, N0),