Return the bundle tag as an interned integer ID.
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 interned tag ID of this operand bundle.
Created with MrDocs