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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 2555   if (Force && isa<ConstantSDNode>(V))
 2556     return flipBoolean(V, SDLoc(V), DAG, TLI);
 2556     return flipBoolean(V, SDLoc(V), DAG, TLI);
 2558   if (V.getOpcode() != ISD::XOR)
 2561   ConstantSDNode *Const = isConstOrConstSplat(V.getOperand(1), false);
 2565   EVT VT = V.getValueType();
 2581     return V.getOperand(0);
 2583     return flipBoolean(V, SDLoc(V), DAG, TLI);
 2583     return flipBoolean(V, SDLoc(V), DAG, TLI);