LLVM API Documentation

Public Member Functions | Public Attributes
llvm::ExprMapKeyType Struct Reference

#include <ConstantsContext.h>

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

List of all members.

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


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