Lines Matching defs:IsCmpSelMinMax
19608 static bool hasRequiredNumberOfUses(bool IsCmpSelMinMax, Instruction *I) {
19609 if (IsCmpSelMinMax) {
19674 bool IsCmpSelMinMax = isCmpSelMinMax(Root);
19695 IsCmpSelMinMax != isCmpSelMinMax(EdgeInst) ||
19696 !hasRequiredNumberOfUses(IsCmpSelMinMax, EdgeInst) ||
19909 bool IsCmpSelMinMax = isCmpSelMinMax(cast<Instruction>(ReductionRoot));
20215 getReductionCost(TTI, VL, IsCmpSelMinMax, RdxFMF, V);
20267 if (IsCmpSelMinMax)
20508 bool IsCmpSelMinMax, FastMathFlags FMF,
20526 if (RdxVal->hasNUsesOrMore(IsCmpSelMinMax ? 3 : 2)) {
20533 if (hasRequiredNumberOfUses(IsCmpSelMinMax, RdxOp)) {