Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSimplifyQuery.h26 struct InstrInfoQuery { struct
27 InstrInfoQuery(bool UMD) : UseInstrInfo(UMD) {} in InstrInfoQuery() argument
29 bool UseInstrInfo = true;
31 MDNode *getMetadata(const Instruction *I, unsigned KindID) const { in getMetadata()
37 template <class InstT> bool hasNoUnsignedWrap(const InstT *Op) const { in hasNoUnsignedWrap()
43 template <class InstT> bool hasNoSignedWrap(const InstT *Op) const { in hasNoSignedWrap()
49 bool isExact(const BinaryOperator *Op) const { in isExact()
55 template <class InstT> bool hasNoSignedZeros(const InstT *Op) const { in hasNoSignedZeros()