#include "llvm/Support/PointerLikeTypeTraits.h"
#include <cassert>
#include <cstdint>
#include <limits>
Go to the source code of this file.
|
| struct | llvm::DenseMapInfo< T > |
| |
| struct | llvm::PointerIntPairInfo< PointerT, IntBits, PtrTraits > |
| |
| class | llvm::PointerIntPair< PointerTy, IntBits, IntType, PtrTraits, Info > |
| | PointerIntPair - This class implements a pair of a pointer and small integer. More...
|
| |
| struct | llvm::PointerIntPairInfo< PointerT, IntBits, PtrTraits > |
| |
| struct | llvm::isPodLike< T > |
| | isPodLike - This is a type trait that is used to determine whether a given type can be copied around with memcpy instead of running ctors etc. More...
|
| |
| struct | llvm::isPodLike< PointerIntPair< PointerTy, IntBits, IntType > > |
| |
| struct | llvm::DenseMapInfo< PointerIntPair< PointerTy, IntBits, IntType > > |
| |
| struct | llvm::PointerLikeTypeTraits< PointerIntPair< PointerTy, IntBits, IntType, PtrTraits > > |
| |
|
| | llvm |
| | This class represents lattice values for constants.
|
| |