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

References

lib/Analysis/IVDescriptors.cpp
  500     return InstDesc(Select, MRK_FloatMax);
  504     return InstDesc(Select, MRK_FloatMax);
lib/CodeGen/ExpandReductions.cpp
   70     return RecurrenceDescriptor::MRK_FloatMax;
lib/Transforms/Utils/LoopUtils.cpp
  764   case RecurrenceDescriptor::MRK_FloatMax:
  778       RK == RecurrenceDescriptor::MRK_FloatMax)
  917       MinMaxKind = RD::MRK_FloatMax;
  971     Flags.IsMaxOp = Desc.getMinMaxRecurrenceKind() == RD::MRK_FloatMax;