LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
llvm::ExprMapKeyType Struct Reference

#include <ConstantsContext.h>

Collaboration diagram for llvm::ExprMapKeyType:
Collaboration graph
[legend]

Public Member Functions

 ExprMapKeyType (unsigned opc, ArrayRef< Constant * > ops, unsigned short flags=0, unsigned short optionalflags=0, ArrayRef< unsigned > inds=None)
 
bool operator== (const ExprMapKeyType &that) const
 
bool operator< (const ExprMapKeyType &that) const
 
bool operator!= (const ExprMapKeyType &that) const
 

Public Attributes

uint8_t opcode
 
uint8_t subclassoptionaldata
 
uint16_t subclassdata
 
std::vector< Constant * > operands
 
SmallVector< unsigned, 4 > indices
 

Detailed Description

Definition at line 316 of file ConstantsContext.h.

Constructor & Destructor Documentation

llvm::ExprMapKeyType::ExprMapKeyType ( unsigned  opc,
ArrayRef< Constant * >  ops,
unsigned short  flags = 0,
unsigned short  optionalflags = 0,
ArrayRef< unsigned inds = None 
)
inline

Definition at line 317 of file ConstantsContext.h.

Member Function Documentation

bool llvm::ExprMapKeyType::operator!= ( const ExprMapKeyType that) const
inline

Definition at line 347 of file ConstantsContext.h.

bool llvm::ExprMapKeyType::operator< ( const ExprMapKeyType that) const
inline

Definition at line 336 of file ConstantsContext.h.

References indices, opcode, operands, subclassdata, and subclassoptionaldata.

bool llvm::ExprMapKeyType::operator== ( const ExprMapKeyType that) const
inline

Definition at line 329 of file ConstantsContext.h.

References indices, opcode, operands, subclassdata, and subclassoptionaldata.

Member Data Documentation

SmallVector<unsigned, 4> llvm::ExprMapKeyType::indices
uint8_t llvm::ExprMapKeyType::opcode
std::vector<Constant*> llvm::ExprMapKeyType::operands
uint16_t llvm::ExprMapKeyType::subclassdata
uint8_t llvm::ExprMapKeyType::subclassoptionaldata

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