Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-typed-lowering.cc244 bool NeitherInputCanBe(Type* t) { in NeitherInputCanBe() function in v8::internal::compiler::JSBinopReduction
460 if (r.NeitherInputCanBe(Type::StringOrReceiver()) && !r.IsStrong()) { in ReduceJSAdd()