Home
last modified time | relevance | path

Searched defs:InstrInfoQuery (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSimplifyQuery.h24 struct InstrInfoQuery { struct
25 InstrInfoQuery(bool UMD) : UseInstrInfo(UMD) {} in InstrInfoQuery() function
27 bool UseInstrInfo = true;
29 MDNode *getMetadata(const Instruction *I, unsigned KindID) const { in getMetadata()
35 template <class InstT> bool hasNoUnsignedWrap(const InstT *Op) const { in hasNoUnsignedWrap()
41 template <class InstT> bool hasNoSignedWrap(const InstT *Op) const { in hasNoSignedWrap()
47 bool isExact(const BinaryOperator *Op) const { in isExact()
71 const InstrInfoQuery IIQ; argument