Searched refs:ValidateFloatCoercion (Results 1 – 2 of 2) sorted by relevance
309 AsmType* ValidateFloatCoercion(Call* call);
1663 RECURSE(right_type = ValidateFloatCoercion(right_as_call)); in ValidateCommaExpression()1732 RECURSE(return_type = ValidateFloatCoercion(call)); in ValidateCallExpression()2290 RECURSE(float_coercion_type = ValidateFloatCoercion(call)); in ValidateCall()2577 AsmType* AsmTyper::ValidateFloatCoercion(Call* call) { in ValidateFloatCoercion() function in v8::internal::wasm::AsmTyper