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