Home
last modified time | relevance | path

Searched refs:NumberBitwiseAnd (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dtyped-optimization.cc482 simplified()->NumberBitwiseAnd(), from_char_code_repl, in TryReduceStringComparisonOfStringFromSingleCharCode()
528 simplified()->NumberBitwiseAnd(), left, in ReduceStringComparison()
535 simplified()->NumberBitwiseAnd(), right, in ReduceStringComparison()
Djs-typed-lowering.cc346 return simplified()->NumberBitwiseAnd(); in NumberOp()
1377 simplified()->NumberBitwiseAnd(), scope_info_flags, in ReduceJSHasContextExtension()
1988 simplified()->NumberBitwiseAnd(), bit_field3, in ReduceJSForInPrepare()
2023 simplified()->NumberBitwiseAnd(), bit_field3, in ReduceJSForInPrepare()
Doperation-typer.cc877 Type OperationTyper::NumberBitwiseAnd(Type lhs, Type rhs) { in NumberBitwiseAnd() function in v8::internal::compiler::OperationTyper
1125 SPECULATIVE_NUMBER_BINOP(NumberBitwiseAnd) in SPECULATIVE_NUMBER_BINOP()
Dsimplified-operator.h740 const Operator* NumberBitwiseAnd(); in NON_EXPORTED_BASE()
Dopcodes.h325 V(NumberBitwiseAnd) \
Djs-call-reducer.cc5505 simplified()->NumberBitwiseAnd(), receiver_bit_field2, in LoadReceiverElementsKind()
6206 simplified()->NumberBitwiseAnd(), buffer_bit_field, in ReduceArrayIterator()
6295 simplified()->NumberBitwiseAnd(), buffer_bit_field, in ReduceArrayIteratorPrototypeNext()
7233 simplified()->NumberBitwiseAnd(), receiver_bit_field2, in ReduceTypedArrayPrototypeToStringTag()
7799 simplified()->NumberBitwiseAnd(), buffer_bit_field, in ReduceArrayBufferViewAccessor()
7929 simplified()->NumberBitwiseAnd(), buffer_bit_field, in ReduceDataViewAccess()
Djs-native-context-specialization.cc2718 simplified()->NumberBitwiseAnd(), buffer_bit_field, in BuildElementAccess()
3345 graph()->NewNode(simplified()->NumberBitwiseAnd(), hash, in BuildExtendPropertiesBackingStore()
Dsimplified-operator.cc688 V(NumberBitwiseAnd, Operator::kCommutative, 2, 0) \
Dtyper.cc1138 return BinaryNumberOpTyper(lhs, rhs, t, NumberBitwiseAnd); in JSBitwiseAndTyper()