user_back overloads

Synopses

Declared in <llvm/IR/Instruction.h>

Return the first user of this instruction as an Instruction.

Return the first user of this instruction as a const Instruction.

Instruction const*
user_back() const;

Return Value

  • The first user cast to Instruction.

  • The first user cast to const Instruction.

Created with MrDocs