Searched refs:MatchDoubleBinaryOperation (Results 1 – 1 of 1) sorted by relevance
615 bool MatchDoubleBinaryOperation(BinaryOperation* expr, Token::Value op, in MatchDoubleBinaryOperation() function in v8::internal::wasm::AsmWasmBuilderImpl668 if (MatchDoubleBinaryOperation(expr, Token::MUL, 1.0)) { in MatchMul()