Searched refs:ReallocLike (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 57 ReallocLike = 1<<4, // reallocates enumerator 61 AnyAlloc = AllocLike | ReallocLike 109 {LibFunc_realloc, {ReallocLike, 2, 1, -1}}, 110 {LibFunc_vec_realloc, {ReallocLike, 2, 1, -1}}, 111 {LibFunc_reallocf, {ReallocLike, 2, 1, -1}}, 315 return getAllocationData(V, ReallocLike, TLI, LookThroughBitCast).hasValue(); in isReallocLikeFn() 321 return getAllocationDataForFunction(F, ReallocLike, TLI).hasValue(); in isReallocLikeFn()
|