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.h25 struct InstrInfoQuery { struct
26 InstrInfoQuery(bool UMD) : UseInstrInfo(UMD) {} in InstrInfoQuery() function
28 bool UseInstrInfo = true;
30 MDNode *getMetadata(const Instruction *I, unsigned KindID) const { in getMetadata()
36 template <class InstT> bool hasNoUnsignedWrap(const InstT *Op) const { in hasNoUnsignedWrap()
42 template <class InstT> bool hasNoSignedWrap(const InstT *Op) const { in hasNoSignedWrap()
48 bool isExact(const BinaryOperator *Op) const { in isExact()
54 template <class InstT> bool hasNoSignedZeros(const InstT *Op) const { in hasNoSignedZeros()