|
LLVM
3.7.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 41 of file Constants.h.
| typedef ConstantInfo<ConstantClass>::TypeClass llvm::ConstantAggrKeyType< ConstantClass >::TypeClass |
Definition at line 367 of file ConstantsContext.h.
|
inline |
Definition at line 341 of file ConstantsContext.h.
|
inline |
Definition at line 342 of file ConstantsContext.h.
|
inline |
Definition at line 344 of file ConstantsContext.h.
References llvm::SmallVectorBase::empty(), I, llvm::ConstantAggrKeyType< ConstantClass >::Operands, and llvm::SmallVectorTemplateBase< T, isPodLike< T >::value >::push_back().
|
inline |
Definition at line 368 of file ConstantsContext.h.
References llvm::ConstantAggrKeyType< ConstantClass >::Operands.
|
inline |
Definition at line 363 of file ConstantsContext.h.
References llvm::hash_combine_range(), and llvm::ConstantAggrKeyType< ConstantClass >::Operands.
|
inline |
Definition at line 352 of file ConstantsContext.h.
References llvm::ConstantAggrKeyType< ConstantClass >::Operands.
|
inline |
Definition at line 355 of file ConstantsContext.h.
References I, and llvm::ConstantAggrKeyType< ConstantClass >::Operands.
| ArrayRef<Constant *> llvm::ConstantAggrKeyType< ConstantClass >::Operands |
Definition at line 340 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