Searched refs:ReplaceInt64 (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/
H A Dmachine-operator-reducer.h71 Reduction ReplaceInt64(int64_t value) { function in class:v8::internal::compiler::final
H A Dmachine-operator-reducer.cc618 if (m.HasValue()) return ReplaceInt64(m.Value());
628 if (m.HasValue()) return ReplaceInt64(static_cast<uint64_t>(m.Value()));
1050 return ReplaceInt64(m.left().Value() << m.right().Value());
1080 return ReplaceInt64(m.left().Value() >> m.right().Value());
1124 return ReplaceInt64(m.left().Value() >> m.right().Value());

Completed in 372 milliseconds