Return an iterator to the first user of this value.
Declared in <llvm/IR/Value.h>
Return an iterator to the first user of this value.
user_iterator
user_begin();
» more...
Return an iterator to the first user of this value.
const_user_iterator
user_begin() const;
» more...