Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h81 template <class InstT> bool hasNoSignedWrap(const InstT *Op) const { in hasNoSignedWrap() function
H A DScalarEvolutionExpressions.h223 bool hasNoSignedWrap() const { in hasNoSignedWrap() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h96 bool hasNoSignedWrap() const { in hasNoSignedWrap() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp136 bool Instruction::hasNoSignedWrap() const { in hasNoSignedWrap() function in Instruction
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp286 static bool hasNoSignedWrap(BinaryOperator &I) { in hasNoSignedWrap() function