llvm::location_op_iterator::operator=

Copy assignment operator

Synopsis

Declared in <llvm/IR/IntrinsicInst.h>

location_op_iterator&
operator=(location_op_iterator const& R);

Return Value

Reference to the current object

Parameters

NameDescription
RThe object to copy assign from