Searched defs:ReplaceInt32 (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/
H A Dmachine-operator-reducer.h59 Reduction ReplaceBool(bool value) { return ReplaceInt32(value ? 1 : 0); }
66 Reduction ReplaceInt32(int32_t value) { function in class:v8::internal::compiler::final
H A Dsimplified-operator-reducer.cc60 if (m.HasValue()) return ReplaceInt32(m.Value()->BooleanValue());
97 if (m.HasValue()) return ReplaceInt32(DoubleToInt32(m.Value()));
122 if (m.HasValue()) return ReplaceInt32(DoubleToInt32(m.Value()));
241 Reduction SimplifiedOperatorReducer::ReplaceInt32(int32_t value) { function in class:v8::internal::compiler::SimplifiedOperatorReducer

Completed in 347 milliseconds