struct CallBase::BundleOpInfo

Declaration

struct CallBase::BundleOpInfo { /* full declaration omitted */ };

Description

Used to keep track of an operand bundle. See the main comment on OperandBundleUser above.

Declared at: llvm/include/llvm/IR/InstrTypes.h:1983

Member Variables

public StringMapEntry<uint32_t>* Tag
The operand bundle tag, interned by LLVMContextImpl::getOrInsertBundleTag.
public uint32_t Begin
The index in the Use & vector where operands for this operand bundle starts.
public uint32_t End
The index in the Use & vector where operands for this operand bundle ends.