Searched refs:MMKind (Results 1 – 1 of 1) sorted by relevance
1710 RD::MinMaxRecurrenceKind MMKind = Desc.getMinMaxRecurrenceKind(); in createTargetReduction() local1711 Flags.IsMaxOp = (MMKind == RD::MRK_SIntMax || MMKind == RD::MRK_UIntMax); in createTargetReduction()1712 Flags.IsSigned = (MMKind == RD::MRK_SIntMax || MMKind == RD::MRK_SIntMin); in createTargetReduction()