Searched defs:getMallocAllocatedType (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DMemoryBuiltins.cpp97 Type *T = getMallocAllocatedType(CI);
162 /// getMallocAllocatedType - Returns the Type allocated by malloc call.
167 Type *llvm::getMallocAllocatedType(const CallInst *CI) { function in class:llvm
/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp227 Type *T = getMallocAllocatedType(CI, TLI);
277 /// getMallocAllocatedType - Returns the Type allocated by malloc call.
282 Type *llvm::getMallocAllocatedType(const CallInst *CI, function in class:llvm

Completed in 378 milliseconds