Lightweight view of an operand bundle passed by value.
Synopsis
Declared in <llvm/IR/InstrTypes.h>
struct OperandBundleUse;
Member Functions
Name |
Description |
|
Constructors |
Return the bundle tag as an interned integer ID. |
|
Return the bundle tag as a string. |
|
Return true if this is a "cfguardtarget" operand bundle. |
|
Return true if this is a "deopt" operand bundle. |
|
Return true if this is a "funclet" operand bundle. |
|
Return true if input |
Data Members
Name |
Description |
The bundle's input uses. |
Non-Member Functions
Name |
Description |
Extract alignment information from an |
|
Extract dereferenceable information from a |
|
Extract noundef information from a |
|
Extract non‐null information from a |
|
Extract separate‐storage information from a |
|
Return the bundle attribute kind carried by the given operand bundle. |
Created with MrDocs