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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h81 template <class InstT> bool hasNoSignedWrap(const InstT *Op) const { function in struct:llvm::InstrInfoQuery
H A DScalarEvolutionExpressions.h223 bool hasNoSignedWrap() const { function in class:llvm::SCEVNAryExpr
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h96 bool hasNoSignedWrap() const { function in class:llvm::OverflowingBinaryOperator
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp136 bool Instruction::hasNoSignedWrap() const { function in class:Instruction
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp286 static bool hasNoSignedWrap(BinaryOperator &I) { function
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h425 bool hasNoSignedWrap() const { return NoSignedWrap; } function in struct:llvm::SDNodeFlags

Completed in 185 milliseconds