Searched refs:left_as_binop (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/asmjs/
H A Dasm-typer.cc1700 auto* left_as_binop = left->AsBinaryOperation(); local
1702 if (left_as_binop != nullptr && IsInvert(left_as_binop)) {
1705 RECURSE(left_type = ValidateExpression(left_as_binop->left()));
1706 SetTypeOf(left_as_binop->right(), AsmType::FixNum());
1707 SetTypeOf(left_as_binop, AsmType::Signed());
1711 FAIL(left_as_binop, "Invalid type for conversion to signed.");
2049 auto* left_as_binop = left->AsBinaryOperation(); local
2054 if (left_as_binop != nullptr && (left_as_binop
[all...]

Completed in 303 milliseconds