LLVM API Documentation

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 35 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 58 of file Analysis/DataStructure/Local.cpp.

References PointerSize, TrackIntegersAsPointers, and Ty.