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

  /external/swiftshader/third_party/LLVM/lib/Analysis/
MemoryBuiltins.cpp 131 /// getMallocType - Returns the PointerType resulting from the malloc call.
136 PointerType *llvm::getMallocType(const CallInst *CI) {
137 assert(isMalloc(CI) && "getMallocType and not malloc call");
168 PointerType *PT = getMallocType(CI);
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 245 /// getMallocType - Returns the PointerType resulting from the malloc call.
250 PointerType *llvm::getMallocType(const CallInst *CI,
252 assert(isMallocLikeFn(CI, TLI) && "getMallocType and not malloc call");
284 PointerType *PT = getMallocType(CI, TLI);

Completed in 298 milliseconds