isBundleOperand overloads

Synopses

Declared in <llvm/IR/InstrTypes.h>

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