Searched refs:ReallocLike (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 59 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()
|