Return true if the bundle operand at index OpIdx has the attribute A.
Declared in <llvm/IR/InstrTypes.h>
bool
bundleOperandHasAttr(
unsigned int OpIdx,
Attribute::AttrKind A) const;
| Name | Description |
|---|---|
| A | This enumeration lists the attributes that can be associated with parameters, function results, or the function itself. |