llvm::sandboxir::Value::use_end

use_end overloads

Synopses

Declared in <llvm/SandboxIR/Value.h>

Return an iterator past the last Use of this Value.

use_iterator
use_end();
» more...

Return a const iterator past the last Use of this Value.

const_use_iterator
use_end() const;
» more...

Return Value

  • An iterator past the last Use of this Value.
  • A const iterator past the last Use of this Value.