Return the tag of this operand bundle as an integer.
Synopsis
Declared in <llvm/IR/InstrTypes.h>
uint32_t
getTagID() const;
Description
Operand bundle tags are interned by LLVMContextImpl::getOrInsertBundleTag, and this function returns the unique integer getOrInsertBundleTag associated the tag of this operand bundle to.
Return Value
the tag of this operand bundle as an integer.
Created with MrDocs