Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dsimplified-operator.h787 const Operator* BigIntNegate(); in NON_EXPORTED_BASE()
Dopcodes.h392 V(BigIntNegate) \
Doperation-typer.cc1148 Type OperationTyper::BigIntNegate(Type type) { in BigIntNegate() function in v8::internal::compiler::OperationTyper
Dsimplified-operator.cc731 V(BigIntNegate, Operator::kNoProperties, 1, 0) \
Dsimplified-lowering.cc3218 ChangeToPureOp(node, lowering->simplified()->BigIntNegate()); in VisitNode()