ΒΆinline const llvm::Value*
getLoadStorePointerOperand(const llvm::Value* V)

Description

A helper function that returns the pointer operand of a load or store instruction. Returns nullptr if not load or store.

Declared at: llvm/include/llvm/IR/Instructions.h:5260

Parameters

const llvm::Value* V