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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 3756     case ISD::SETGT:  CCCode = ISD::SETLT;  FlipOperands = true; break;
 3757     case ISD::SETUGT: CCCode = ISD::SETULT; FlipOperands = true; break;
 3758     case ISD::SETLE:  CCCode = ISD::SETGE;  FlipOperands = true; break;
 3759     case ISD::SETULE: CCCode = ISD::SETUGE; FlipOperands = true; break;
 3762     if (FlipOperands) {