HomeSort by: relevance | last modified time | path
    Searched refs:getMallocArraySize (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemoryBuiltins.h 148 /// getMallocArraySize - Returns the array size of a malloc call. If the
153 Value *getMallocArraySize(CallInst *CI, const DataLayout &DL,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemoryBuiltins.cpp 414 /// getMallocArraySize - Returns the array size of a malloc call. If the
419 Value *llvm::getMallocArraySize(CallInst *CI, const DataLayout &DL,
422 assert(isMallocLikeFn(CI, TLI) && "getMallocArraySize and not malloc call");
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 1074 Value *NElems = getMallocArraySize(CI, DL, TLI, true);

Completed in 25 milliseconds