Searched refs:BigIntNegate (Results 1 – 5 of 5) sorted by relevance
787 const Operator* BigIntNegate(); in NON_EXPORTED_BASE()
392 V(BigIntNegate) \
1148 Type OperationTyper::BigIntNegate(Type type) { in BigIntNegate() function in v8::internal::compiler::OperationTyper
731 V(BigIntNegate, Operator::kNoProperties, 1, 0) \
3218 ChangeToPureOp(node, lowering->simplified()->BigIntNegate()); in VisitNode()