user_end overloads

Synopses

Declared in <llvm/IR/Value.h>

Return a past‐the‐end iterator over the users of this value.

Return a past‐the‐end const iterator over the users of this value.

Return Value

  • Past‐the‐end mutable user iterator.

  • Past‐the‐end const user iterator.

Created with MrDocs