HomeSort by relevance Sort by last modified time
    Searched defs:ReplaceInt32 (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
machine-operator-reducer.h 59 Reduction ReplaceBool(bool value) { return ReplaceInt32(value ? 1 : 0); }
66 Reduction ReplaceInt32(int32_t value) {
simplified-operator-reducer.cc 60 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) {

Completed in 54 milliseconds