Op overloads

Synopses

Declared in <llvm/IR/User.h>

Return the operand Use at compile‐time index Idx.

template<int Idx>
Use&
Op();

Return the const operand Use at compile‐time index Idx.

template<int Idx>
Use const&
Op() const;

Return Value

  • Reference to the operand Use.

  • Const reference to the operand Use.

Created with MrDocs