llvm::CallBase::operandBundleFromBundleOpInfo

Simple helper function to map a BundleOpInfo to an OperandBundleUse.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

OperandBundleUse
operandBundleFromBundleOpInfo(BundleOpInfo const& BOI) const;

Return Value

A lightweight accessor for an operand bundle meant to be passed around by value.

Parameters

NameDescription
BOIUsed to keep track of an operand bundle. See the main comment on OperandBundleUser above.