|
typedef Left | LeftMatcher |
|
typedef Right | RightMatcher |
|
|
| BinopMatcher (Node *node) |
|
| BinopMatcher (Node *node, bool allow_input_swap) |
|
const Left & | left () const |
|
const Right & | right () const |
|
bool | IsFoldable () const |
|
bool | LeftEqualsRight () const |
|
| NodeMatcher (Node *node) |
|
Node * | node () const |
|
const Operator * | op () const |
|
IrOpcode::Value | opcode () const |
|
bool | HasProperty (Operator::Property property) const |
|
Node * | InputAt (int index) const |
|
bool | Equals (const Node *node) const |
|
bool | IsComparison () const |
|
template<typename Left, typename Right>
struct v8::internal::compiler::BinopMatcher< Left, Right >
Definition at line 237 of file node-matchers.h.
The documentation for this struct was generated from the following file: