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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 6949     if (isa<ConstantSDNode>(N01) || isa<ConstantSDNode>(N00)) {
 6951       N00 = DAG.getNode(ISD::XOR, SDLoc(N00), VT, N00, N1); // N00 = ~N00
 6951       N00 = DAG.getNode(ISD::XOR, SDLoc(N00), VT, N00, N1); // N00 = ~N00
 6951       N00 = DAG.getNode(ISD::XOR, SDLoc(N00), VT, N00, N1); // N00 = ~N00
 6953       AddToWorklist(N00.getNode()); AddToWorklist(N01.getNode());
 6954       return DAG.getNode(NewOpcode, DL, VT, N00, N01);