Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-builtin-reducer.cc61 bool InputsMatchTwo(Type* t1, Type* t2) { in InputsMatchTwo() function in v8::internal::compiler::JSCallReduction
145 if (r.InputsMatchTwo(Type::Integral32(), Type::Integral32())) { in ReduceMathImul()