llvm::CallBase::bundleOperandHasAttr

Return whether the bundle operand at index OpIdx has attribute A.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

bool
bundleOperandHasAttr(
    unsigned int OpIdx,
    Attribute::AttrKind A) const;

Return Value

True if the bundle operand has A.

Parameters

NameDescription
OpIdxThe zero-based operand index of a bundle input.
AThe attribute kind to test.