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

/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h98 /// getMallocAllocatedType - Returns the Type allocated by malloc call.
103 Type *getMallocAllocatedType(const CallInst *CI, const TargetLibraryInfo *TLI);
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp215 Type *T = getMallocAllocatedType(CI, TLI);
283 /// getMallocAllocatedType - Returns the Type allocated by malloc call.
288 Type *llvm::getMallocAllocatedType(const CallInst *CI, function in class:llvm
/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1283 Type *MAT = getMallocAllocatedType(CI, TLI);
1541 if (ArrayType *AT = dyn_cast<ArrayType>(getMallocAllocatedType(CI, TLI))) {
1589 Type *MallocType = getMallocAllocatedType(CI, TLI);

Completed in 106 milliseconds