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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 4444     bool AndEqZero = IsAnd && CC1 == ISD::SETEQ && IsZero;
 4448     bool OrNeZero = !IsAnd && CC1 == ISD::SETNE && IsZero;
 4450     bool OrLtZero = !IsAnd && CC1 == ISD::SETLT && IsZero;
 4465     bool AndLtZero = IsAnd && CC1 == ISD::SETLT && IsZero;