|
LLVM
4.0.0
|
#include <Constants.h>
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 |
Definition at line 50 of file Constants.h.
| typedef ConstantInfo<ConstantClass>::TypeClass llvm::ConstantAggrKeyType< ConstantClass >::TypeClass |
Definition at line 440 of file ConstantsContext.h.
|
inline |
Definition at line 412 of file ConstantsContext.h.
|
inline |
Definition at line 413 of file ConstantsContext.h.
|
inline |
Definition at line 415 of file ConstantsContext.h.
References assert(), E, llvm::SmallVectorBase::empty(), I, llvm::ConstantAggrKeyType< ConstantClass >::Operands, and llvm::SmallVectorTemplateBase< T, isPodLike< T >::value >::push_back().
|
inline |
Definition at line 441 of file ConstantsContext.h.
References llvm::ConstantAggrKeyType< ConstantClass >::Operands.
|
inline |
Definition at line 436 of file ConstantsContext.h.
References llvm::hash_combine_range(), and llvm::ConstantAggrKeyType< ConstantClass >::Operands.
|
inline |
Definition at line 423 of file ConstantsContext.h.
References llvm::ConstantAggrKeyType< ConstantClass >::Operands.
|
inline |
Definition at line 427 of file ConstantsContext.h.
References E, I, and llvm::ConstantAggrKeyType< ConstantClass >::Operands.
| ArrayRef<Constant *> llvm::ConstantAggrKeyType< ConstantClass >::Operands |
Definition at line 411 of file ConstantsContext.h.
Referenced by llvm::ConstantAggrKeyType< ConstantClass >::ConstantAggrKeyType(), llvm::ConstantAggrKeyType< ConstantClass >::create(), llvm::ConstantAggrKeyType< ConstantClass >::getHash(), and llvm::ConstantAggrKeyType< ConstantClass >::operator==().
1.8.6