Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h110 bool hasNoSignedWrap() const { in hasNoSignedWrap() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSimplifyQuery.h42 template <class InstT> bool hasNoSignedWrap(const InstT *Op) const { in hasNoSignedWrap() function
H A DScalarEvolutionExpressions.h231 bool hasNoSignedWrap() const { hasNoSignedWrap() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp394 bool Instruction::hasNoSignedWrap() const { in hasNoSignedWrap() function in Instruction
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1208 bool hasNoSignedWrap() const { in hasNoSignedWrap() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp311 static bool hasNoSignedWrap(BinaryOperator &I) { in hasNoSignedWrap() function