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

References

lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  397   if (Op > ISD::SETTRUE2)
  398     Op &= ~16;     // Clear the U bit if the N bit is set.
  401   if (IsInteger && Op == ISD::SETUNE)  // e.g. SETUGT | SETULT
  402     Op = ISD::SETNE;
  404   return ISD::CondCode(Op);