Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dnode-matchers.h417 static const IrOpcode::Value kSubOpcode = SubOpcode; member
465 if ((this->left().opcode() != kSubOpcode && in Initialize()
468 this->right().opcode() == kSubOpcode)) { in Initialize()
570 if (right->opcode() == AddMatcher::kSubOpcode && in Initialize()
603 if (left->opcode() == AddMatcher::kSubOpcode && in Initialize()