isBundleOperand overloads
Synopses
Declared in <llvm/IR/InstrTypes.h>
Return whether the use at UI is a bundle operand of this call.
bool
isBundleOperand(Value::const_user_iterator UI) const;
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
UIrefers to an operand bundle input. -
True if
Idxrefers to an operand bundle input. -
True if
Urefers 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