OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
286
///
getMallocArraySize
- Returns the array size of a malloc call. If the
291
Value *llvm::
getMallocArraySize
(CallInst *CI, const DataLayout *TD,
294
assert(isMallocLikeFn(CI, TLI) && "
getMallocArraySize
and not malloc call");
/external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp
[
all
...]
Completed in 548 milliseconds