LLVM: llvm::CallBase::BundleOpInfo Struct Reference (original) (raw)

Used to keep track of an operand bundle. More...

#include "[llvm/IR/InstrTypes.h](InstrTypes%5F8h%5Fsource.html)"

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

Detailed Description

Used to keep track of an operand bundle.

See the main comment on OperandBundleUser above.

Definition at line 2167 of file InstrTypes.h.

Member Function Documentation

operator==()

Member Data Documentation

Begin

uint32_t llvm::CallBase::BundleOpInfo::Begin

End

uint32_t llvm::CallBase::BundleOpInfo::End

Tag


The documentation for this struct was generated from the following file: