Op overloads

Synopses

Declared in <llvm/IR/InstrTypes.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 a reference to the operand at a compile‐time index.

template<int Idx_nocapture>
Use&
Op();

Return a const reference to the operand at a compile‐time index.

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

Return Value

  • Reference to the operand Use.

  • Const reference to the operand Use.

Created with MrDocs