Home
last modified time | relevance | path

Searched refs:NumberShiftRightLogical (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Doperation-typer.cc993 Type OperationTyper::NumberShiftRightLogical(Type lhs, Type rhs) { in NumberShiftRightLogical() function in v8::internal::compiler::OperationTyper
1129 SPECULATIVE_NUMBER_BINOP(NumberShiftRightLogical) in SPECULATIVE_NUMBER_BINOP()
Dsimplified-operator.h743 const Operator* NumberShiftRightLogical(); in NON_EXPORTED_BASE()
Dopcodes.h328 V(NumberShiftRightLogical) \
Dsimplified-operator.cc691 V(NumberShiftRightLogical, Operator::kNoProperties, 2, 0) \
Dtyper.cc1154 return NumberShiftRightLogical(ToNumber(lhs, t), ToNumber(rhs, t), t); in JSShiftRightLogicalTyper()
Djs-typed-lowering.cc356 return simplified()->NumberShiftRightLogical(); in NumberOp()
Djs-call-reducer.cc5503 simplified()->NumberShiftRightLogical(), in LoadReceiverElementsKind()
7231 simplified()->NumberShiftRightLogical(), in ReduceTypedArrayPrototypeToStringTag()