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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 3687   case ISD::SETULT: LowCC = ISD::SETULT; break;
 3689   case ISD::SETUGT: LowCC = ISD::SETUGT; break;
 3691   case ISD::SETULE: LowCC = ISD::SETULE; break;
 3693   case ISD::SETUGE: LowCC = ISD::SETUGE; break;
 3708                               RHSLo, LowCC, false, DagCombineInfo, dl);
 3711                          RHSLo, LowCC);