Provide fast operand accessors.

Synopses

Declared in <llvm/IR/Instructions.h>

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

Provide fast operand accessors.

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

Provide fast operand accessors.

template<int Idx_nocapture>
Use&
Op();

Created with MrDocs