Home
last modified time | relevance | path

Searched refs:SpeculativeBigIntSubtract (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Djs-type-hint-lowering.cc161 return simplified()->SpeculativeBigIntSubtract(hint); in SpeculativeBigIntOp()
Dsimplified-operator.h810 const Operator* SpeculativeBigIntSubtract(BigIntOperationHint hint); in NON_EXPORTED_BASE()
Dopcodes.h500 V(SpeculativeBigIntSubtract)
Doperation-typer.cc1160 Type OperationTyper::SpeculativeBigIntSubtract(Type lhs, Type rhs) { in SpeculativeBigIntSubtract() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc1514 const Operator* SimplifiedOperatorBuilder::SpeculativeBigIntSubtract( in SpeculativeBigIntSubtract() function in v8::internal::compiler::SimplifiedOperatorBuilder