getOperandBundle overloads

Synopses

Declared in <llvm/IR/InstrTypes.h>

Return an operand bundle by tag name, if present.

std::optional<OperandBundleUse>
getOperandBundle(StringRef Name) const;

Return an operand bundle by tag ID, if present.

std::optional<OperandBundleUse>
getOperandBundle(uint32_t ID) const;

Return Value

The matching bundle, or an empty optional if none is present.

Parameters

Name

Description

Name

The operand bundle tag name to look up.

ID

The operand bundle tag ID to look up.

Created with MrDocs