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

References

lib/Analysis/IVDescriptors.cpp
  494     return InstDesc(Select, MRK_SIntMax);
lib/CodeGen/ExpandReductions.cpp
   62     return RecurrenceDescriptor::MRK_SIntMax;
lib/Transforms/Utils/LoopUtils.cpp
  758   case RecurrenceDescriptor::MRK_SIntMax:
  904       MinMaxKind = Flags.IsSigned ? RD::MRK_SIntMax : RD::MRK_UIntMax;
  966     Flags.IsMaxOp = (MMKind == RD::MRK_SIntMax || MMKind == RD::MRK_UIntMax);
  967     Flags.IsSigned = (MMKind == RD::MRK_SIntMax || MMKind == RD::MRK_SIntMin);