LLVM API Documentation
Enumerations | |
enum | { PointerShift = 2, PointerSize = 1 << PointerShift } |
Functions | |
bool | isPointerType (const Type *Ty) |
|
Definition at line 34 of file DSSupport.h. |
|
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. |