Searched defs:hasNoUnsignedWrap (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | SimplifyQuery.h | 35 template <class InstT> bool hasNoUnsignedWrap(const InstT *Op) const { hasNoUnsignedWrap() function |
H A D | ScalarEvolutionExpressions.h | 226 bool hasNoUnsignedWrap() const { in hasNoUnsignedWrap() function |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ | ||
H A D | Operator.h | 99 bool hasNoUnsignedWrap() const { hasNoUnsignedWrap() function |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | Instruction.cpp | 344 bool Instruction::hasNoUnsignedWrap() const { hasNoUnsignedWrap() function in Instruction |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | VPlan.h | 1104 bool hasNoUnsignedWrap() const { hasNoUnsignedWrap() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstructionCombining.cpp | 288 static bool hasNoUnsignedWrap(BinaryOperator &I) { hasNoUnsignedWrap() function |