V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::compiler::BinopMatcher< Left, Right > Struct Template Reference
Inheritance diagram for v8::internal::compiler::BinopMatcher< Left, Right >:
v8::internal::compiler::NodeMatcher v8::internal::compiler::AddMatcher< BinopMatcher, AddOpcode, SubOpcode, kMulOpcode, kShiftOpcode >

Public Types

typedef Left LeftMatcher
 
typedef Right RightMatcher
 

Public Member Functions

 BinopMatcher (Node *node)
 
 BinopMatcher (Node *node, bool allow_input_swap)
 
const Left & left () const
 
const Right & right () const
 
bool IsFoldable () const
 
bool LeftEqualsRight () const
 
- Public Member Functions inherited from v8::internal::compiler::NodeMatcher
 NodeMatcher (Node *node)
 
Nodenode () const
 
const Operatorop () const
 
IrOpcode::Value opcode () const
 
bool HasProperty (Operator::Property property) const
 
NodeInputAt (int index) const
 
bool Equals (const Node *node) const
 
bool IsComparison () const
 

Protected Member Functions

void SwapInputs ()
 

Detailed Description

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: