v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::FloatMatcher< T, kOpcode > Struct Template Referencefinal

#include <node-matchers.h>

Inheritance diagram for v8::internal::compiler::FloatMatcher< T, kOpcode >:
Collaboration diagram for v8::internal::compiler::FloatMatcher< T, kOpcode >:

Public Member Functions

 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
 
- Public Member Functions inherited from v8::internal::compiler::ValueMatcher< T, kOpcode >
 ValueMatcher (Node *node)
 
bool HasResolvedValue () const
 
const TResolvedValue () const
 
 ValueMatcher (Node *node)
 
 ValueMatcher (Node *node)
 
 ValueMatcher (Node *node)
 
- 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
 

Additional Inherited Members

- Public Types inherited from v8::internal::compiler::ValueMatcher< T, kOpcode >
using ValueType = T
 

Detailed Description

template<typename T, IrOpcode::Value kOpcode>
struct v8::internal::compiler::FloatMatcher< T, kOpcode >

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

Constructor & Destructor Documentation

◆ FloatMatcher()

template<typename T , IrOpcode::Value kOpcode>
v8::internal::compiler::FloatMatcher< T, kOpcode >::FloatMatcher ( Node * node)
inlineexplicit

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

Member Function Documentation

◆ Is()

template<typename T , IrOpcode::Value kOpcode>
bool v8::internal::compiler::FloatMatcher< T, kOpcode >::Is ( const T & value) const
inline

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

Here is the call graph for this function:
Here is the caller graph for this function:

◆ IsInRange()

template<typename T , IrOpcode::Value kOpcode>
bool v8::internal::compiler::FloatMatcher< T, kOpcode >::IsInRange ( const T & low,
const T & high ) const
inline

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

Here is the call graph for this function:
Here is the caller graph for this function:

◆ IsInteger()

template<typename T , IrOpcode::Value kOpcode>
bool v8::internal::compiler::FloatMatcher< T, kOpcode >::IsInteger ( ) const
inline

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

Here is the call graph for this function:
Here is the caller graph for this function:

◆ IsMinusZero()

template<typename T , IrOpcode::Value kOpcode>
bool v8::internal::compiler::FloatMatcher< T, kOpcode >::IsMinusZero ( ) const
inline

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

Here is the call graph for this function:

◆ IsNaN()

template<typename T , IrOpcode::Value kOpcode>
bool v8::internal::compiler::FloatMatcher< T, kOpcode >::IsNaN ( ) const
inline

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

Here is the call graph for this function:

◆ IsNegative()

template<typename T , IrOpcode::Value kOpcode>
bool v8::internal::compiler::FloatMatcher< T, kOpcode >::IsNegative ( ) const
inline

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

Here is the call graph for this function:

◆ IsNormal()

template<typename T , IrOpcode::Value kOpcode>
bool v8::internal::compiler::FloatMatcher< T, kOpcode >::IsNormal ( ) const
inline

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

Here is the call graph for this function:

◆ IsPositiveOrNegativePowerOf2()

template<typename T , IrOpcode::Value kOpcode>
bool v8::internal::compiler::FloatMatcher< T, kOpcode >::IsPositiveOrNegativePowerOf2 ( ) const
inline

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

Here is the call graph for this function:

◆ IsZero()

template<typename T , IrOpcode::Value kOpcode>
bool v8::internal::compiler::FloatMatcher< T, kOpcode >::IsZero ( ) const
inline

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

Here is the call graph for this function:

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