Searched refs:NumberBitwiseXor (Results 1 – 6 of 6) sorted by relevance
908 Type OperationTyper::NumberBitwiseXor(Type lhs, Type rhs) { in NumberBitwiseXor() function in v8::internal::compiler::OperationTyper1126 SPECULATIVE_NUMBER_BINOP(NumberBitwiseXor) in SPECULATIVE_NUMBER_BINOP()
739 const Operator* NumberBitwiseXor(); in NON_EXPORTED_BASE()
324 V(NumberBitwiseXor) \
435 return NumberBitwiseXor(type, t->cache_->kSingletonMinusOne, t); in BitwiseNot()1142 return BinaryNumberOpTyper(lhs, rhs, t, NumberBitwiseXor); in JSBitwiseXorTyper()
687 V(NumberBitwiseXor, Operator::kCommutative, 2, 0) \
350 return simplified()->NumberBitwiseXor(); in NumberOp()