Searched defs:AnyAlloc (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp41 AnyAlloc = AllocLike | ReallocLike enumerator in enum:AllocType
153 return getAllocationData(V, AnyAlloc, TLI, LookThroughBitCast);
472 const AllocFnsTy *FnData = getAllocationData(CS.getInstruction(), AnyAlloc,
692 const AllocFnsTy *FnData = getAllocationData(CS.getInstruction(), AnyAlloc,

Completed in 56 milliseconds