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

  /external/v8/src/compiler/
machine-operator-reducer.cc 189 if (m.LeftEqualsRight()) return ReplaceBool(true); // x == x => true
204 if (m.LeftEqualsRight()) return ReplaceBool(true); // x == x => true
264 if (m.LeftEqualsRight()) return ReplaceBool(false); // x < x => false
280 if (m.LeftEqualsRight()) return ReplaceBool(true); // x <= x => true
290 if (m.LeftEqualsRight()) return ReplaceBool(false); // x < x => false
315 if (m.LeftEqualsRight()) return ReplaceBool(true); // x <= x => true
751 if (m.LeftEqualsRight()) return ReplaceInt32(0); // x - x => 0
769 if (m.LeftEqualsRight()) return Replace(Int64Constant(0)); // x - x => 0
788 if (m.LeftEqualsRight()) { // x / x => x != 0
836 if (m.LeftEqualsRight()) { // x / x => x !=
    [all...]
node-matchers.h 250 bool LeftEqualsRight() const { return left().node() == right().node(); }

Completed in 70 milliseconds