Searched refs:MRK_SIntMax (Results 1 – 4 of 4) sorted by relevance
770 case RecurrenceDescriptor::MRK_SIntMax: in createMinMaxOp()916 MinMaxKind = Flags.IsSigned ? RD::MRK_SIntMax : RD::MRK_UIntMax; in createSimpleTargetReduction()978 Flags.IsMaxOp = (MMKind == RD::MRK_SIntMax || MMKind == RD::MRK_UIntMax); in createTargetReduction()979 Flags.IsSigned = (MMKind == RD::MRK_SIntMax || MMKind == RD::MRK_SIntMin); in createTargetReduction()
63 return RecurrenceDescriptor::MRK_SIntMax; in getMRK()
84 MRK_SIntMax, enumerator
493 return InstDesc(Select, MRK_SIntMax); in isMinMaxSelectCmpPattern()