Searched refs:isCmpSelMinMax (Results 1 – 1 of 1) sorted by relevance
21765 static bool isCmpSelMinMax(Instruction *I) { in isCmpSelMinMax() function in __anon07b2d7741c111::HorizontalReduction22003 return isCmpSelMinMax(I) ? 1 : 0; in getFirstOperandIndex()22009 return isCmpSelMinMax(I) ? 3 : 2; in getNumberOfOperands()22015 if (isCmpSelMinMax(I) || isBoolLogicOp(I)) { in hasSameParent()22039 if (isCmpSelMinMax(I)) in initReductionOps()22047 if (isCmpSelMinMax(I)) { in addReductionOps()22111 bool IsCmpSelMinMax = isCmpSelMinMax(Root); in matchAssociativeReduction()22132 IsCmpSelMinMax != isCmpSelMinMax(EdgeInst) || in matchAssociativeReduction()22345 bool IsCmpSelMinMax = isCmpSelMinMax(cast<Instruction>(ReductionRoot)); in tryToReduce()