Lines Matching defs:max
4293 for (int i = std::max(index, NodeProperties::FirstEffectIndex(node));
4948 Node* const max = jsgraph()->Float64Constant(255.0);
4956 graph()->NewNode(machine()->Float64LessThan(), input, max), input,
4957 max));
4965 Node* const max = jsgraph()->Float64Constant(255.0);
4973 graph()->NewNode(machine()->Float64LessThan(), input, max),
4974 input, max),
4982 Node* const max = jsgraph()->Int32Constant(255);
4985 0, graph()->NewNode(machine()->Int32LessThanOrEqual(), input, max));
4991 node->AppendInput(graph()->zone(), max);
4997 Node* const max = jsgraph()->Uint32Constant(255u);
5000 0, graph()->NewNode(machine()->Uint32LessThanOrEqual(), input, max));
5002 node->AppendInput(graph()->zone(), max);