Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp190 getAllocationData(const Value *V, AllocType AllocTy, in getAllocationData() function
244 return getAllocationData(V, AnyAlloc, TLI, LookThroughBitCast).hasValue(); in isAllocationFn()
266 return getAllocationData(V, MallocLike, TLI, LookThroughBitCast).hasValue(); in isMallocLikeFn()
271 return getAllocationData(V, MallocLike, GetTLI, LookThroughBitCast) in isMallocLikeFn()
279 return getAllocationData(V, AlignedAllocLike, TLI, LookThroughBitCast) in isAlignedAllocLikeFn()
285 return getAllocationData(V, AlignedAllocLike, GetTLI, LookThroughBitCast) in isAlignedAllocLikeFn()
293 return getAllocationData(V, CallocLike, TLI, LookThroughBitCast).hasValue(); in isCallocLikeFn()
300 return getAllocationData(V, MallocOrCallocLike, TLI, in isMallocOrCallocLikeFn()
308 return getAllocationData(V, AllocLike, TLI, LookThroughBitCast).hasValue(); in isAllocLikeFn()
328 return getAllocationData(V, OpNewLike, TLI, LookThroughBitCast).hasValue(); in isOpNewLikeFn()
[all …]