llvm::InstrInfoQuery

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.

Synopsis

Declared in <llvm/Analysis/SimplifyQuery.h>

struct InstrInfoQuery;

Member Functions

NameDescription
InstrInfoQuery [constructor]Constructors
getMetadata
hasNoSignedWrap
hasNoSignedZeros
hasNoUnsignedWrap
isExact

Data Members

Name
UseInstrInfo