user_back overloads
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...