LLVM  8.0.1
Classes | Namespaces
PointerIntPair.h File Reference
#include "llvm/Support/PointerLikeTypeTraits.h"
#include <cassert>
#include <cstdint>
#include <limits>
Include dependency graph for PointerIntPair.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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 > >
 

Namespaces

 llvm
 This class represents lattice values for constants.