Searched refs:computeArraySize (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 326 static Value *computeArraySize(const CallInst *CI, const DataLayout &DL, in computeArraySize() function 403 return computeArraySize(CI, DL, TLI, LookThroughSExt); in getMallocArraySize()
|