Searched refs:getAllocationData (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 178 static Optional<AllocFnsTy> getAllocationData(const Value *V, AllocType AllocTy, in getAllocationData() function 190 getAllocationData(const Value *V, AllocType AllocTy, in getAllocationData() function 244 return getAllocationData(V, AnyAlloc, TLI, LookThroughBitCast).hasValue(); in isAllocationFn() 249 return getAllocationData(V, AnyAlloc, GetTLI, 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() [all …]
|