llvm::PossiblyExactOperator::Op

Op overloads

Synopses

Declared in <llvm/IR/Operator.h>

Return a reference to the operand at compile-time index Idx.

template<int Idx>
Use&
Op();
» more...

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

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

Return Value

  • Reference to the operand Use.
  • Const reference to the operand Use.