Op overloads
Declared in <llvm/IR/InstrTypes.h>
Return the operand Use at compile-time index Idx.
template<int Idx>
Use&
Op();
» more...
Return the const operand Use at compile-time index Idx.
template<int Idx>
Use const&
Op() const;
» more...
Access operand Use by compile-time index (negative indexes from the end).
template<int Idx_nocapture>
Use&
Op();
» more...
Access operand Use by compile-time index (const overload).
template<int Idx_nocapture>
Use const&
Op() const;
» more...