Home | History | Annotate | Download | only in x64

Lines Matching refs:HMathMinMax

1808   HMathMinMax::Operation operation = instr->hydrogen()->operation();
1811 Condition condition = (operation == HMathMinMax::kMathMin)
1845 Condition condition = (operation == HMathMinMax::kMathMin) ? below : above;
1860 if (operation == HMathMinMax::kMathMin) {