Searched defs:hasNoUnsignedWrap (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSimplifyQuery.h35 template <class InstT> bool hasNoUnsignedWrap(const InstT *Op) const { function in struct:llvm::InstrInfoQuery
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h99 bool hasNoUnsignedWrap() const { function in class:llvm::OverflowingBinaryOperator
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h440 bool hasNoUnsignedWrap() const { return NoUnsignedWrap; } function in struct:llvm::SDNodeFlags
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp288 static bool hasNoUnsignedWrap(BinaryOperator &I) { function
[all...]

Completed in 181 milliseconds