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::DataStructureAnalysis Namespace Reference


Functions

bool isPointerType (const Type *Ty)


Function Documentation

bool llvm::DataStructureAnalysis::isPointerType const Type *  Ty  ) 
 

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

Referenced by llvm::DSGraph::AssertGraphOK(), llvm::DSGraph::getCallSiteForArguments(), llvm::DSGraph::getDSCallSiteForCallSite(), llvm::DSGraph::markIncompleteNodes(), and llvm::DSGraph::mergeInGraph().