|
| FloatMatcher (Node *node) |
|
bool | Is (const T &value) const |
|
bool | IsInRange (const T &low, const T &high) const |
|
bool | IsMinusZero () const |
|
bool | IsNegative () const |
|
bool | IsNaN () const |
|
bool | IsZero () const |
|
bool | IsNormal () const |
|
bool | IsInteger () const |
|
bool | IsPositiveOrNegativePowerOf2 () 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::FloatMatcher< T, kOpcode >
Definition at line 153 of file node-matchers.h.
The documentation for this struct was generated from the following file: