isBundleOperand overloads

Synopses

Declared in <llvm/IR/InstrTypes.h>

Return whether the use at UI is a bundle operand of this call.

Return whether the operand at index Idx is a bundle operand.

bool
isBundleOperand(unsigned int Idx) const;

Return whether U is a bundle operand of this call.

bool
isBundleOperand(Use const* U) const;

Return Value

  • True if UI refers to an operand bundle input.

  • True if Idx refers to an operand bundle input.

  • True if U refers to an operand bundle input.

Parameters

Name

Description

UI

A value use iterator for this instruction.

Idx

The zero‐based operand index.

U

A use belonging to this instruction.

Created with MrDocs