LLVM  4.0.0
Public Member Functions | Public Attributes | Friends | List of all members
llvm::GVN::Expression Struct Reference
Collaboration diagram for llvm::GVN::Expression:
[legend]

Public Member Functions

 Expression (uint32_t o=~2U)
 
bool operator== (const Expression &other) const
 

Public Attributes

uint32_t opcode
 
Typetype
 
SmallVector< uint32_t, 4 > varargs
 

Friends

hash_code hash_value (const Expression &Value)
 

Detailed Description

Definition at line 78 of file GVN.cpp.

Constructor & Destructor Documentation

llvm::GVN::Expression::Expression ( uint32_t  o = ~2U)
inline

Definition at line 83 of file GVN.cpp.

Member Function Documentation

bool llvm::GVN::Expression::operator== ( const Expression other) const
inline

Definition at line 85 of file GVN.cpp.

References opcode, type, and varargs.

Friends And Related Function Documentation

hash_code hash_value ( const Expression Value)
friend

Definition at line 97 of file GVN.cpp.

Member Data Documentation

uint32_t llvm::GVN::Expression::opcode

Definition at line 79 of file GVN.cpp.

Referenced by operator==().

Type* llvm::GVN::Expression::type

Definition at line 80 of file GVN.cpp.

Referenced by operator==().

SmallVector<uint32_t, 4> llvm::GVN::Expression::varargs

Definition at line 81 of file GVN.cpp.

Referenced by operator==().


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