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)) {
 6952       N01 = DAG.getNode(ISD::XOR, SDLoc(N01), VT, N01, N1); // N01 = ~N01
 6952       N01 = DAG.getNode(ISD::XOR, SDLoc(N01), VT, N01, N1); // N01 = ~N01
 6952       N01 = DAG.getNode(ISD::XOR, SDLoc(N01), VT, N01, N1); // N01 = ~N01
 6953       AddToWorklist(N00.getNode()); AddToWorklist(N01.getNode());
 6954       return DAG.getNode(NewOpcode, DL, VT, N00, N01);