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

Synopsis

Declared in <llvm/CodeGen/SelectionDAGNodes.h>

use_iterator
use_begin() const;

Return Value

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

Created with MrDocs