Searched refs:IsCmpSelMinMax (Results 1 – 1 of 1) sorted by relevance
10761 static bool hasRequiredNumberOfUses(bool IsCmpSelMinMax, Instruction *I) { in hasRequiredNumberOfUses() argument10762 if (IsCmpSelMinMax) { in hasRequiredNumberOfUses()10856 bool IsCmpSelMinMax = isCmpSelMinMax(Inst); in matchAssociativeReduction() local10861 auto &&CheckOperands = [this, IsCmpSelMinMax, in matchAssociativeReduction()10881 IsCmpSelMinMax != isCmpSelMinMax(EdgeInst) || in matchAssociativeReduction()10882 !hasRequiredNumberOfUses(IsCmpSelMinMax, EdgeInst) || in matchAssociativeReduction()11041 bool IsCmpSelMinMax = isCmpSelMinMax(cast<Instruction>(ReductionRoot)); in tryToReduce() local11266 if (IsCmpSelMinMax) in tryToReduce()