LLVM  4.0.0
Public Types | Public Member Functions | Public Attributes | List of all members
llvm::ConstantAggrKeyType< ConstantClass > Struct Template Reference

#include <Constants.h>

Collaboration diagram for llvm::ConstantAggrKeyType< ConstantClass >:
[legend]

Public Types

typedef ConstantInfo
< ConstantClass >::TypeClass 
TypeClass
 

Public Member Functions

 ConstantAggrKeyType (ArrayRef< Constant * > Operands)
 
 ConstantAggrKeyType (ArrayRef< Constant * > Operands, const ConstantClass *)
 
 ConstantAggrKeyType (const ConstantClass *C, SmallVectorImpl< Constant * > &Storage)
 
bool operator== (const ConstantAggrKeyType &X) const
 
bool operator== (const ConstantClass *C) const
 
unsigned getHash () const
 
ConstantClass * create (TypeClass *Ty) const
 

Public Attributes

ArrayRef< Constant * > Operands
 

Detailed Description

template<class ConstantClass>
struct llvm::ConstantAggrKeyType< ConstantClass >

Definition at line 50 of file Constants.h.

Member Typedef Documentation

template<class ConstantClass >
typedef ConstantInfo<ConstantClass>::TypeClass llvm::ConstantAggrKeyType< ConstantClass >::TypeClass

Definition at line 440 of file ConstantsContext.h.

Constructor & Destructor Documentation

template<class ConstantClass >
llvm::ConstantAggrKeyType< ConstantClass >::ConstantAggrKeyType ( ArrayRef< Constant * >  Operands)
inline

Definition at line 412 of file ConstantsContext.h.

template<class ConstantClass >
llvm::ConstantAggrKeyType< ConstantClass >::ConstantAggrKeyType ( ArrayRef< Constant * >  Operands,
const ConstantClass *   
)
inline

Definition at line 413 of file ConstantsContext.h.

template<class ConstantClass >
llvm::ConstantAggrKeyType< ConstantClass >::ConstantAggrKeyType ( const ConstantClass *  C,
SmallVectorImpl< Constant * > &  Storage 
)
inline

Member Function Documentation

template<class ConstantClass >
ConstantClass* llvm::ConstantAggrKeyType< ConstantClass >::create ( TypeClass Ty) const
inline
template<class ConstantClass >
unsigned llvm::ConstantAggrKeyType< ConstantClass >::getHash ( ) const
inline
template<class ConstantClass >
bool llvm::ConstantAggrKeyType< ConstantClass >::operator== ( const ConstantAggrKeyType< ConstantClass > &  X) const
inline
template<class ConstantClass >
bool llvm::ConstantAggrKeyType< ConstantClass >::operator== ( const ConstantClass *  C) const
inline

Definition at line 427 of file ConstantsContext.h.

References E, I, and llvm::ConstantAggrKeyType< ConstantClass >::Operands.

Member Data Documentation

template<class ConstantClass >
ArrayRef<Constant *> llvm::ConstantAggrKeyType< ConstantClass >::Operands

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