Return the pointer operand of a load or store, or null if V is neither.

Synopses

Declared in <llvm/IR/Instructions.h>

Return the pointer operand of a load or store, or null if V is neither.

Return the pointer operand of a load or store, or null if V is neither.

Return Value

The pointer operand of a load or store, or null if V is neither.

Parameters

Name

Description

V

The instruction to inspect.

Created with MrDocs