Home
last modified time | relevance | path

Searched refs:computeArraySize (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemoryBuiltins.cpp91 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/
DMemoryBuiltins.cpp220 static Value *computeArraySize(const CallInst *CI, const DataLayout &DL, in computeArraySize() function
297 return computeArraySize(CI, DL, TLI, LookThroughSExt); in getMallocArraySize()