Searched refs:isMinMaxRecurrenceKind (Results 1 – 6 of 6) sorted by relevance
278 if (!isMinMaxRecurrenceKind(Kind)) in AddReductionVar()414 if (!IsAPhi && !IsASelect && !isMinMaxRecurrenceKind(Kind) && in AddReductionVar()508 if (isMinMaxRecurrenceKind(Kind) && NumCmpSelectPatternInst != 2 && in AddReductionVar()672 if (!isMinMaxRecurrenceKind(Kind)) in isMinMaxPattern()
230 static bool isMinMaxRecurrenceKind(RecurKind Kind) { in isMinMaxRecurrenceKind() function
936 assert(RecurrenceDescriptor::isMinMaxRecurrenceKind(RdxKind) && in getOrderedReduction()977 assert(RecurrenceDescriptor::isMinMaxRecurrenceKind(RdxKind) && in getShuffleReduction()
1121 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(RK) || in execute()
8722 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(Kind)) in buildVPlanWithVPRecipes()9122 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(Kind)) { in adjustRecipesForReductions()9162 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(Kind)) { in adjustRecipesForReductions()9530 if (RecurrenceDescriptor::isMinMaxRecurrenceKind(Kind)) { in execute()
10518 RecurrenceDescriptor::isMinMaxRecurrenceKind(getRdxKind(I)); in isCmpSelMinMax()