Searched defs:getMallocArraySize (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp295 /// getMallocArraySize - Returns the array size of a malloc call. If the
300 Value *llvm::getMallocArraySize(CallInst *CI, const DataLayout *DL, function in class:llvm
303 assert(isMallocLikeFn(CI, TLI) && "getMallocArraySize and not malloc call");

Completed in 188 milliseconds