Searched refs:LeftInputIs (Results 1 – 1 of 1) sorted by relevance
363 bool LeftInputIs(Type t) { return left_type().Is(t); } in LeftInputIs() 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()542 if (r.LeftInputIs(Type::String())) { in ReduceJSAdd()565 if (r.LeftInputIs(empty_string_type_)) { in ReduceJSAdd()665 if (!r.LeftInputIs(Type::String())) { in ReduceJSAdd()814 node->RemoveInput(r.LeftInputIs(Type::NullOrUndefined()) ? 0 : 1); in ReduceJSEqual()