Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp57 AlignedAllocLike = 1<<2, // allocates with alignment; may return null enumerator
62 MallocOrCallocLike = MallocLike | OpNewLike | CallocLike | AlignedAllocLike,
143 …{LibFunc_memalign, {AlignedAllocLike, 2, 1, -1, 0, MallocFamily::Malloc…
315 return getAllocationData(V, AlignedAllocLike, TLI).has_value(); in isAlignedAllocLikeFn()