|
| IntMatcher (Node *node) |
|
bool | Is (const T &value) const |
|
bool | IsInRange (const T &low, const T &high) const |
|
bool | IsMultipleOf (T n) const |
|
bool | IsPowerOf2 () const |
|
bool | IsNegativePowerOf2 () const |
|
bool | IsNegative () const |
|
| ValueMatcher (Node *node) |
|
bool | HasValue () const |
|
const T & | Value () const |
|
template<> |
| ValueMatcher (Node *node) |
|
template<> |
| ValueMatcher (Node *node) |
|
template<> |
| ValueMatcher (Node *node) |
|
| 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 T, IrOpcode::Value kOpcode>
struct v8::internal::compiler::IntMatcher< T, kOpcode >
Definition at line 115 of file node-matchers.h.
The documentation for this struct was generated from the following file: