LLVM API Documentation
Enumerations | |
enum | { PointerShift = 2, PointerSize = 1 << PointerShift } |
Functions | |
bool | isPointerType (const Type *Ty) |
anonymous enum |
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.