Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-typed-lowering.cc93 DCHECK(OneInputIs(Type::String())); in ShouldCreateConsString()
374 bool OneInputIs(Type* t) { return LeftInputIs(t) || RightInputIs(t); } in OneInputIs() function in v8::internal::compiler::JSBinopReduction
568 if (r.OneInputIs(Type::String())) { in ReduceJSAdd()
952 if (r.OneInputIs(Type::Undetectable())) { in ReduceJSEqual()
1014 if (r.OneInputIs(pointer_comparable_type_)) { in ReduceJSStrictEqual()