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

References

lib/Target/X86/X86ISelLowering.cpp
20461   case ISD::SETEQ:  SSECC = 0; break;
20465   case ISD::SETOLT: SSECC = 1; break;
20469   case ISD::SETOLE: SSECC = 2; break;
20470   case ISD::SETUO:  SSECC = 3; break;
20472   case ISD::SETNE:  SSECC = 4; break;
20474   case ISD::SETUGE: SSECC = 5; break;
20476   case ISD::SETUGT: SSECC = 6; break;
20477   case ISD::SETO:   SSECC = 7; break;
20478   case ISD::SETUEQ: SSECC = 8; break;
20479   case ISD::SETONE: SSECC = 12; break;
20484   return SSECC;