Return whether this call has the same operand bundle layout as Other.
Declared in <llvm/IR/InstrTypes.h>
bool
hasIdenticalOperandBundleSchema(CallBase const& Other) const;
Two calls match when they have the same sequence of bundle tags and the same number of inputs in each bundle.
True if the bundle schemas are identical.
| Name | Description |
|---|---|
| Other | The call whose operand bundle schema is compared. |