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

Synopsis

Declared in <llvm/IR/Instruction.h>

Instruction const*
user_back() const;

Return Value

The first user cast to const Instruction.

Created with MrDocs