Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-typed-lowering.cc335 bool RightInputIs(Type t) { return right_type().Is(t); } in RightInputIs() function in v8::internal::compiler::JSBinopReduction
337 bool OneInputIs(Type t) { return LeftInputIs(t) || RightInputIs(t); } in OneInputIs()
339 bool BothInputsAre(Type t) { return LeftInputIs(t) && RightInputIs(t); } in BothInputsAre()
527 } else if (r.RightInputIs(Type::String())) { in ReduceJSAdd()
574 } else if (r.RightInputIs(empty_string_type_)) { in ReduceJSAdd()
585 } else if (!r.RightInputIs(Type::String())) { in ReduceJSAdd()