Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-matchers.h351 static const IrOpcode::Value kSubOpcode = SubOpcode; member
399 if ((this->left().opcode() != kSubOpcode && in Initialize()
402 this->right().opcode() == kSubOpcode)) { in Initialize()
504 if (right->opcode() == AddMatcher::kSubOpcode && in Initialize()
537 if (left->opcode() == AddMatcher::kSubOpcode && in Initialize()