llvm::CallBase::operandBundleFromBundleOpInfo

Map a BOI descriptor to an OperandBundleUse view.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

OperandBundleUse
operandBundleFromBundleOpInfo(BundleOpInfo const& BOI) const;

Return Value

An OperandBundleUse covering the same inputs.

Parameters

NameDescription
BOIThe bundle descriptor to convert.