Home
last modified time | relevance | path

Searched defs:getAllocationSize (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp243 getAllocationSize(const Value *V, const TargetLibraryInfo *TLI) { in getAllocationSize() function
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp60 AllocaInst::getAllocationSize(const DataLayout &DL) const { getAllocationSize() function in AllocaInst