Op overloads
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...