llvm::CallBase::hasIdenticalOperandBundleSchema

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.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

bool
hasIdenticalOperandBundleSchema(CallBase const& Other) const;

Parameters

NameDescription
OtherBase class for all callable instructions (InvokeInst and CallInst) Holds everything related to calling a function.