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 101 /// getMallocArraySize - Returns the array size of a malloc call. If the
106 Value *getMallocArraySize(CallInst *CI, const DataLayout *TD,
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 283 /// getMallocArraySize - Returns the array size of a malloc call. If the
288 Value *llvm::getMallocArraySize(CallInst *CI, const DataLayout *TD,
291 assert(isMallocLikeFn(CI, TLI) && "getMallocArraySize and not malloc call");
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 101 milliseconds