Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DInstructionSimplify.h80 template <class InstT> bool hasNoSignedWrap(const InstT *Op) const { in hasNoSignedWrap() function
DScalarEvolutionExpressions.h213 bool hasNoSignedWrap() const { in hasNoSignedWrap() function
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DOperator.h105 bool hasNoSignedWrap() const { in hasNoSignedWrap() function
/openbsd/src/gnu/llvm/llvm/lib/IR/
DInstruction.cpp177 bool Instruction::hasNoSignedWrap() const { in hasNoSignedWrap() function in Instruction
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp306 static bool hasNoSignedWrap(BinaryOperator &I) { in hasNoSignedWrap() function