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

  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 99 /// getMallocArraySize - Returns the array size of a malloc call. If the
104 Value *getMallocArraySize(CallInst *CI, const DataLayout &DL,
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 281 /// getMallocArraySize - Returns the array size of a malloc call. If the
286 Value *llvm::getMallocArraySize(CallInst *CI, const DataLayout &DL,
289 assert(isMallocLikeFn(CI, TLI) && "getMallocArraySize and not malloc call");
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 39 milliseconds