Lines Matching defs:max
2083 return builder->Int32Constant(std::numeric_limits<int32_t>::max());
2085 return builder->Int32Constant(std::numeric_limits<uint32_t>::max());
2087 return builder->Int64Constant(std::numeric_limits<int64_t>::max());
2089 return builder->Int64Constant(std::numeric_limits<uint64_t>::max());
2382 std::max(ElementSizeInBytes(parameter_representation),
2425 int stack_slot_size = std::max(ElementSizeInBytes(int_ty.representation()),
3504 Node* max = mcgraph()->Uint32Constant(maxval);
3505 Node* check = gasm_->Uint32LessThanOrEqual(value, max);
3815 if (offset > std::numeric_limits<uintptr_t>::max() ||
7157 int pushed_count = std::max(expected_arity, wasm_count);
7270 int stack_slot_bytes = std::max(param_bytes, return_bytes);