Searched refs:sameOperands (Results 1 – 1 of 1) sorted by relevance
116 bool sameOperands = select.getOperand(kTrueValue) == compare.getLhs() && in matchSelectReduction() local120 if (!sameOperands && !swappedOperands) in matchSelectReduction()128 isMin = (isLess && sameOperands) || (!isLess && swappedOperands); in matchSelectReduction()129 return isMin || (isLess & swappedOperands) || (!isLess && sameOperands); in matchSelectReduction()