Return this value's name, or a printed operand string if it is unnamed.
Synopsis
Declared in <llvm/IR/Value.h>
std::string
getNameOrAsOperand() const;
Return Value
The name, or an as‐operand string when there is no name.
Created with MrDocs