Return a location with information about the memory reference by the given instruction.
Synopses
Declared in <llvm/Analysis/MemoryLocation.h>
static
MemoryLocation
get(AtomicCmpXchgInst const* CXI);
static
MemoryLocation
get(AtomicRMWInst const* RMWI);
static
MemoryLocation
get(Instruction const* Inst);
Return a location with information about the memory reference by the given instruction.
static
MemoryLocation
get(LoadInst const* LI);
static
MemoryLocation
get(StoreInst const* SI);
static
MemoryLocation
get(VAArgInst const* VI);
Created with MrDocs