Home
last modified time | relevance | path

Searched refs:NumberShiftRight (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Doperation-typer.cc968 Type OperationTyper::NumberShiftRight(Type lhs, Type rhs) { in NumberShiftRight() function in v8::internal::compiler::OperationTyper
1128 SPECULATIVE_NUMBER_BINOP(NumberShiftRight) in SPECULATIVE_NUMBER_BINOP()
Dsimplified-operator.h742 const Operator* NumberShiftRight(); in NON_EXPORTED_BASE()
Dopcodes.h327 V(NumberShiftRight) \
Dsimplified-operator.cc690 V(NumberShiftRight, Operator::kNoProperties, 2, 0) \
Dtyper.cc1150 return BinaryNumberOpTyper(lhs, rhs, t, NumberShiftRight); in JSShiftRightTyper()
Djs-typed-lowering.cc354 return simplified()->NumberShiftRight(); in NumberOp()