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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 4446     bool AndGtNeg1 = IsAnd && CC1 == ISD::SETGT && IsNeg1;
 4463     bool AndEqNeg1 = IsAnd && CC1 == ISD::SETEQ && IsNeg1;
 4467     bool OrNeNeg1 = !IsAnd && CC1 == ISD::SETNE && IsNeg1;
 4469     bool OrGtNeg1 = !IsAnd && CC1 == ISD::SETGT && IsNeg1;