HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceUint32 (Results 1 - 4 of 4) sorted by null

  /external/v8/src/compiler/
simplified-operator-reducer.h 38 Reduction ReplaceUint32(uint32_t value) {
machine-operator-reducer.h 60 Reduction ReplaceUint32(uint32_t value) {
simplified-operator-reducer.cc 108 if (m.HasValue()) return ReplaceUint32(DoubleToUint32(m.Value()));
machine-operator-reducer.cc 514 return ReplaceUint32(bit_cast<uint32_t>(m.left().Value()) +
613 return ReplaceUint32(
678 if (m.right().Is(1)) return ReplaceUint32(0); // x % 1 => 0
681 return ReplaceUint32(
    [all...]

Completed in 60 milliseconds