V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
v8::internal::compiler::AddMatcher< BinopMatcher, AddOpcode, SubOpcode, kMulOpcode, kShiftOpcode > Struct Template Reference
Inheritance diagram for v8::internal::compiler::AddMatcher< BinopMatcher, AddOpcode, SubOpcode, kMulOpcode, kShiftOpcode >:
v8::internal::compiler::BinopMatcher< Left, Right > v8::internal::compiler::NodeMatcher

Public Types

typedef ScaleMatcher< BinopMatcher, kMulOpcode, kShiftOpcode > Matcher
 
- Public Types inherited from v8::internal::compiler::BinopMatcher< Left, Right >
typedef Left LeftMatcher
 
typedef Right RightMatcher
 

Public Member Functions

 AddMatcher (Node *node, bool allow_input_swap)
 
 AddMatcher (Node *node)
 
bool HasIndexInput () const
 
NodeIndexInput () const
 
int scale () const
 
bool power_of_two_plus_one () const
 
- Public Member Functions inherited from v8::internal::compiler::BinopMatcher< Left, Right >
 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
 

Static Public Attributes

static const IrOpcode::Value kAddOpcode = AddOpcode
 
static const IrOpcode::Value kSubOpcode = SubOpcode
 

Additional Inherited Members

- Protected Member Functions inherited from v8::internal::compiler::BinopMatcher< Left, Right >
void SwapInputs ()
 

Detailed Description

template<class BinopMatcher, IrOpcode::Value AddOpcode, IrOpcode::Value SubOpcode, IrOpcode::Value kMulOpcode, IrOpcode::Value kShiftOpcode>
struct v8::internal::compiler::AddMatcher< BinopMatcher, AddOpcode, SubOpcode, kMulOpcode, kShiftOpcode >

Definition at line 349 of file node-matchers.h.


The documentation for this struct was generated from the following file: