HomeSort by relevance Sort by last modified time
    Searched refs:NumericSubtract (Results 1 - 4 of 4) sorted by null

  /external/v8/src/compiler/
operation-typer.h 36 Type* NumericSubtract(Type* lhs, Type* rhs);
operation-typer.cc 310 Type* OperationTyper::NumericSubtract(Type* lhs, Type* rhs) {
419 return NumericSubtract(ToNumber(lhs), ToNumber(rhs));
simplified-lowering.cc 391 Type* static_type = op_typer_.NumericSubtract(lhs, rhs);
    [all...]
typer.cc 1029 return t->operation_typer()->NumericSubtract(ToNumber(lhs, t)
    [all...]

Completed in 305 milliseconds