Searched refs:getMallocAllocatedType (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h94 /// getMallocAllocatedType - Returns the Type allocated by malloc call.
99 Type *getMallocAllocatedType(const CallInst *CI, const TargetLibraryInfo *TLI);
/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp204 Type *T = getMallocAllocatedType(CI, TLI);
272 /// getMallocAllocatedType - Returns the Type allocated by malloc call.
277 Type *llvm::getMallocAllocatedType(const CallInst *CI, function in class:llvm
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1478 Type *MAT = getMallocAllocatedType(CI, TLI);
1736 if (ArrayType *AT = dyn_cast<ArrayType>(getMallocAllocatedType(CI, TLI))) {
1784 Type *MallocType = getMallocAllocatedType(CI, TLI);

Completed in 147 milliseconds