getOperandList overloads
Synopses
Declared in <llvm/IR/User.h>
Return a pointer to the array of operand Uses.
Use const*
getOperandList() const;
Return a mutable pointer to the array of operand Uses.
Use*
getOperandList();
Return Value
-
Pointer to the first operand Use.
-
Mutable pointer to the first operand Use.
Created with MrDocs