Query wrapper for instruction metadata and wrap flags.
Synopsis
Declared in <llvm/Analysis/SimplifyQuery.h>
struct InstrInfoQuery;
Description
InstrInfoQuery provides an interface to query additional information for instructions like metadata or keywords like nsw, which provides conservative results if the users specified it is safe to use.
Member Functions
Name |
Description |
|
Constructors |
Return metadata of kind |
|
Return the nsw flag of |
|
Return the nsz flag of |
|
Return the nuw flag of |
|
Return the exact flag of |
Data Members
Name |
Description |
Whether metadata and wrap flags on instructions may be used. |
Created with MrDocs