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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 3202   EVT VT = N0.getValueType();
 3207     return CombineTo(N, DAG.getNode(ISD::SUB, DL, VT, N0, N1),
 3211   if (N0 == N1)
 3217     return CombineTo(N, N0, DAG.getNode(ISD::CARRY_FALSE, DL, MVT::Glue));
 3220   if (isAllOnesConstant(N0))
 3221     return CombineTo(N, DAG.getNode(ISD::XOR, DL, VT, N1, N0),