Searched defs:src_expr (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/asmjs/
H A Dasm-typer.cc2735 auto* src_expr = call->arguments()->at(0)->AsVariableProxy(); local
2736 if (src_expr == nullptr) {
2742 if (src_expr->var() != parameter) {
2748 SetTypeOf(src_expr, AsmType::Float());
2895 auto* src_expr = call->arguments()->at(0)->AsLiteral(); local
2896 if (src_expr == nullptr) {
2909 if (!src_expr->raw_value()->IsNumber()) {

Completed in 84 milliseconds