use_end overloads
use_end
Declared in <llvm/SandboxIR/Value.h>
<llvm/SandboxIR/Value.h>
Return an iterator past the last Use of this Value.
use_iterator use_end();
Return a const iterator past the last Use of this Value.
const_use_iterator use_end() const;