isBundleOperand overloads
Synopses
Declared in <llvm/IR/InstrTypes.h>
bool
isBundleOperand(Value::const_user_iterator UI) const;
Return true if the operand at index Idx is a bundle operand.
bool
isBundleOperand(unsigned int Idx) const;
Returns true if the use is a bundle operand.
bool
isBundleOperand(Use const* U) const;
Created with MrDocs