llvm::CallBase::bundleOperandHasAttr

Return true if the bundle operand at index OpIdx has the attribute A.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

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

Parameters

NameDescription
AThis enumeration lists the attributes that can be associated with parameters, function results, or the function itself.