Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:IsReduction

605       IsReduction(IsRedux), PatternLastInst(I), MinMaxKind(MRK_Invalid) {}
608 IsReduction(true), PatternLastInst(I), MinMaxKind(K) {}
611 bool IsReduction;
4872 if (!ReduxDesc.IsReduction)
4935 !isMinMaxSelectCmpPattern(UI, IgnoredVal).IsReduction))