Return whether the bundle operand at index OpIdx has attribute A.
Declared in <llvm/IR/InstrTypes.h>
bool
bundleOperandHasAttr(
unsigned int OpIdx,
Attribute::AttrKind A) const;
True if the bundle operand has A.
| Name | Description |
|---|---|
| OpIdx | The zero-based operand index of a bundle input. |
| A | The attribute kind to test. |