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::ScaleMatcher< BinopMatcher, kMulOpcode, kShiftOpcode > Struct Template Reference

Public Member Functions

 ScaleMatcher (Node *node, bool allow_power_of_two_plus_one=false)
 
bool matches () const
 
int scale () const
 
bool power_of_two_plus_one () const
 

Detailed Description

template<class BinopMatcher, IrOpcode::Value kMulOpcode, IrOpcode::Value kShiftOpcode>
struct v8::internal::compiler::ScaleMatcher< BinopMatcher, kMulOpcode, kShiftOpcode >

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


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