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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 3238     return CombineTo(N, DAG.getNode(ISD::SUB, DL, VT, N0, N1),
 3242   if (N0 == N1)
 3246   ConstantSDNode *N1C = getAsNonOpaqueConstant(N1);
 3255   if (isNullOrNullSplat(N1))
 3260     return CombineTo(N, DAG.getNode(ISD::XOR, DL, VT, N1, N0),