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

  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 85 /// getMallocType - Returns the PointerType resulting from the malloc call.
90 PointerType *getMallocType(const CallInst *CI, const TargetLibraryInfo *TLI);
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 238 /// getMallocType - Returns the PointerType resulting from the malloc call.
243 PointerType *llvm::getMallocType(const CallInst *CI,
245 assert(isMallocLikeFn(CI, TLI) && "getMallocType and not malloc call");
277 PointerType *PT = getMallocType(CI, TLI);

Completed in 609 milliseconds