LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::DS Namespace Reference


Enumerations

enum  { PointerShift = 2, PointerSize = 1 << PointerShift }

Functions

bool isPointerType (const Type *Ty)


Enumeration Type Documentation

anonymous enum
 

Enumerator:
PointerShift 
PointerSize 

Definition at line 34 of file DSSupport.h.


Function Documentation

bool llvm::DS::isPointerType const Type Ty  ) 
 

isPointerType - Return true if this first class type is big enough to hold a pointer.

Definition at line 45 of file Analysis/DataStructure/Local.cpp.

References PointerSize, and TrackIntegersAsPointers.