Home
last modified time | relevance | path

Searched refs:kAddOpcode (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dnode-matchers.h350 static const IrOpcode::Value kAddOpcode = AddOpcode; member
400 this->left().opcode() != kAddOpcode) && in Initialize()
401 (this->right().opcode() == kAddOpcode || in Initialize()
516 if (right->opcode() == AddMatcher::kAddOpcode && in Initialize()
563 if (left->opcode() == AddMatcher::kAddOpcode && in Initialize()