Searched refs:RightInputIs (Results 1 – 1 of 1) sorted by relevance
365 bool RightInputIs(Type t) { return right_type().Is(t); } in RightInputIs() function in v8::internal::compiler::JSBinopReduction367 bool OneInputIs(Type t) { return LeftInputIs(t) || RightInputIs(t); } in OneInputIs()369 bool BothInputsAre(Type t) { return LeftInputIs(t) && RightInputIs(t); } in BothInputsAre()548 } else if (r.RightInputIs(Type::String())) { in ReduceJSAdd()572 } else if (r.RightInputIs(empty_string_type_)) { in ReduceJSAdd()667 } else if (!r.RightInputIs(Type::String())) { in ReduceJSAdd()