getBundleOpInfoForOperand overloads
Synopses
Declared in <llvm/IR/InstrTypes.h>
Return the BundleOpInfo descriptor for bundle operand index OpIdx.
BundleOpInfo&
getBundleOpInfoForOperand(unsigned int OpIdx);
Return the const BundleOpInfo descriptor for bundle operand index OpIdx.
BundleOpInfo const&
getBundleOpInfoForOperand(unsigned int OpIdx) const;
Return Value
The BundleOpInfo owning OpIdx.
Parameters
Name |
Description |
OpIdx |
The zero‐based operand index. |
Created with MrDocs