llvm::Value::use_end

use_end overloads

Synopses

Declared in <llvm/IR/Value.h>

Return a past-the-end iterator for the use list.

use_iterator
use_end();
» more...

Return a past-the-end const iterator for the use list.

const_use_iterator
use_end() const;
» more...

Return Value

  • Past-the-end mutable use iterator.
  • Past-the-end const use iterator.