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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h75 template <class InstT> bool hasNoUnsignedWrap(const InstT *Op) const { function in struct:llvm::InstrInfoQuery
H A DScalarEvolutionExpressions.h219 bool hasNoUnsignedWrap() const { function in class:llvm::SCEVNAryExpr
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h90 bool hasNoUnsignedWrap() const { function in class:llvm::OverflowingBinaryOperator
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp132 bool Instruction::hasNoUnsignedWrap() const { function in class:Instruction
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp281 static bool hasNoUnsignedWrap(BinaryOperator &I) { function
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h424 bool hasNoUnsignedWrap() const { return NoUnsignedWrap; } function in struct:llvm::SDNodeFlags

Completed in 212 milliseconds