Return whether this call has operand bundles whose tags are not in IDs.
Synopsis
Declared in <llvm/IR/InstrTypes.h>
bool
hasOperandBundlesOtherThan(ArrayRef<uint32_t> IDs) const;
Return Value
True if any bundle tag is not listed in IDs.
Parameters
Name |
Description |
IDs |
Allowed operand bundle tag IDs. |
Created with MrDocs