LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::OperandBundleUser< InstrTy, OpIteratorTy >::BundleOpInfo Struct Reference

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

#include <InstrTypes.h>

Collaboration diagram for llvm::OperandBundleUser< InstrTy, OpIteratorTy >::BundleOpInfo:
[legend]

Public Member Functions

bool operator== (const BundleOpInfo &Other) const
 

Public Attributes

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

Detailed Description

template<typename InstrTy, typename OpIteratorTy>
struct llvm::OperandBundleUser< InstrTy, OpIteratorTy >::BundleOpInfo

Used to keep track of an operand bundle.

See the main comment on OperandBundleUser above.

Definition at line 1541 of file InstrTypes.h.

Member Function Documentation

template<typename InstrTy, typename OpIteratorTy>
bool llvm::OperandBundleUser< InstrTy, OpIteratorTy >::BundleOpInfo::operator== ( const BundleOpInfo Other) const
inline

Member Data Documentation

template<typename InstrTy, typename OpIteratorTy>
uint32_t llvm::OperandBundleUser< InstrTy, OpIteratorTy >::BundleOpInfo::Begin

The index in the Use& vector where operands for this operand bundle starts.

Definition at line 1548 of file InstrTypes.h.

Referenced by llvm::OperandBundleUser< InvokeInst, User::op_iterator >::getBundleOperandsStartIndex(), and llvm::OperandBundleUser< InstrTy, OpIteratorTy >::BundleOpInfo::operator==().

template<typename InstrTy, typename OpIteratorTy>
uint32_t llvm::OperandBundleUser< InstrTy, OpIteratorTy >::BundleOpInfo::End

The index in the Use& vector where operands for this operand bundle ends.

Definition at line 1552 of file InstrTypes.h.

Referenced by llvm::OperandBundleUser< InvokeInst, User::op_iterator >::getBundleOperandsEndIndex(), and llvm::OperandBundleUser< InstrTy, OpIteratorTy >::BundleOpInfo::operator==().

template<typename InstrTy, typename OpIteratorTy>
StringMapEntry<uint32_t>* llvm::OperandBundleUser< InstrTy, OpIteratorTy >::BundleOpInfo::Tag

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