HomeSort by relevance Sort by last modified time
    Searched refs:getMallocAllocatedType (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 94 /// getMallocAllocatedType - Returns the Type allocated by malloc call.
99 Type *getMallocAllocatedType(const CallInst *CI, const TargetLibraryInfo *TLI);
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 204 Type *T = getMallocAllocatedType(CI, TLI);
272 /// getMallocAllocatedType - Returns the Type allocated by malloc call.
277 Type *llvm::getMallocAllocatedType(const CallInst *CI,
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 147 milliseconds