Return an iterator range over the variable's location operands.

Synopsis

Declared in <llvm/IR/IntrinsicInst.h>

iterator_range<location_op_iterator>
location_ops() const;

Description

Depending on the intrinsic, these may be the variable's value or its address.

Return Value

An iterator range over the variable's location operands.

Created with MrDocs