Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp59 ReallocLike = 1<<4, // reallocates enumerator
64 AnyAlloc = AllocLike | ReallocLike
145 …{LibFunc_vec_realloc, {ReallocLike, 2, 1, -1, -1, MallocFamily::VecMal…
340 return getAllocationDataForFunction(F, ReallocLike, TLI).has_value() || in isReallocLikeFn()
346 if (getAllocationData(CB, ReallocLike, TLI).has_value()) { in getReallocatedOperand()