Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Analysis/
DMemoryBuiltins.cpp208 static Value *computeArraySize(const CallInst *CI, const DataLayout *DL, in computeArraySize() function
241 Value *ArraySize = computeArraySize(CI, DL, TLI); in isArrayMalloc()
303 return computeArraySize(CI, DL, TLI, LookThroughSExt); in getMallocArraySize()