Provide iteration support to walk over all users of an SDNode.

Synopsis

Declared in <llvm/CodeGen/SelectionDAGNodes.h>

user_iterator
user_begin() const;

Return Value

An iterator to the beginning of this node's user list.

Created with MrDocs