Op overloads
Synopses
Declared in <llvm/IR/InstrTypes.h>
Return the operand Use at compile‐time index Idx.
Return the const operand Use at compile‐time index Idx.
Access operand Use by compile‐time index (negative indexes from the end).
Access operand Use by compile‐time index (const overload).
Return Value
-
Reference to the operand Use.
-
Const reference to the operand Use.
-
Mutable reference to the operand use at the compile‐time index.
-
Const reference to the operand use at the compile‐time index.
Created with MrDocs