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

Description

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

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

Parameters

const llvm::Value* V