Return true if Other has the same sequence of operand bundle tags with the same number of operands on each one of them as this OperandBundleUser.
Declared in <llvm/IR/InstrTypes.h>
bool
hasIdenticalOperandBundleSchema(CallBase const& Other) const;
| Name | Description |
|---|---|
| Other | Base class for all callable instructions (InvokeInst and CallInst) Holds everything related to calling a function. |