llvm::sandboxir::Value::user_end

user_end overloads

Synopses

Declared in <llvm/SandboxIR/Value.h>

Return an iterator past the last User of this Value.

user_iterator
user_end();
» more...

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

const_user_iterator
user_end() const;
» more...

Return Value

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