llvm::Instruction::user_back

user_back overloads

Synopses

Declared in <llvm/IR/Instruction.h>

Return the first user of this instruction as an Instruction.

Instruction*
user_back();
» more...

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

Instruction const*
user_back() const;
» more...

Return Value

  • The first user cast to Instruction.
  • The first user cast to const Instruction.