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

References

lib/Analysis/IVDescriptors.cpp
  496     return InstDesc(Select, MRK_SIntMin);
lib/CodeGen/ExpandReductions.cpp
   64     return RecurrenceDescriptor::MRK_SIntMin;
lib/Transforms/Utils/LoopUtils.cpp
  755   case RecurrenceDescriptor::MRK_SIntMin:
  909       MinMaxKind = Flags.IsSigned ? RD::MRK_SIntMin : RD::MRK_UIntMin;
  967     Flags.IsSigned = (MMKind == RD::MRK_SIntMax || MMKind == RD::MRK_SIntMin);