Searched refs:computeArraySize (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | MemoryBuiltins.cpp | 91 static Value *computeArraySize(const CallInst *CI, const TargetData *TD, in computeArraySize() function 121 Value *ArraySize = computeArraySize(CI, TD); in isArrayMalloc() 180 return computeArraySize(CI, TD, LookThroughSExt); in getMallocArraySize()
|
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 220 static Value *computeArraySize(const CallInst *CI, const DataLayout &DL, in computeArraySize() function 297 return computeArraySize(CI, DL, TLI, LookThroughSExt); in getMallocArraySize()
|