OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMallocArraySize
(Results
1 - 7
of
7
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
MemoryBuiltins.h
63
///
getMallocArraySize
- Returns the array size of a malloc call. If the
68
Value *
getMallocArraySize
(CallInst *CI, const TargetData *TD,
/external/swiftshader/third_party/LLVM/lib/Analysis/
MemoryBuiltins.cpp
172
///
getMallocArraySize
- Returns the array size of a malloc call. If the
177
Value *llvm::
getMallocArraySize
(CallInst *CI, const TargetData *TD,
179
assert(isMalloc(CI) && "
getMallocArraySize
and not malloc call");
/external/llvm/include/llvm/Analysis/
MemoryBuiltins.h
94
///
getMallocArraySize
- Returns the array size of a malloc call. If the
99
Value *
getMallocArraySize
(CallInst *CI, const DataLayout &DL,
/external/llvm/lib/Analysis/
MemoryBuiltins.cpp
288
///
getMallocArraySize
- Returns the array size of a malloc call. If the
293
Value *llvm::
getMallocArraySize
(CallInst *CI, const DataLayout &DL,
296
assert(isMallocLikeFn(CI, TLI) && "
getMallocArraySize
and not malloc call");
/external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp
303
if (Value *NElems =
getMallocArraySize
(MI, TD, true))
[
all
...]
Completed in 325 milliseconds