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

/external/swiftshader/third_party/LLVM/include/llvm/
H A DOperator.h99 /// hasNoSignedWrap - Test whether this operation is known to never
101 bool hasNoSignedWrap() const { function in class:llvm::OverflowingBinaryOperator
/external/llvm/lib/IR/
H A DInstruction.cpp115 bool Instruction::hasNoSignedWrap() const { function in class:Instruction
116 return cast<OverflowingBinaryOperator>(this)->hasNoSignedWrap();
221 setHasNoSignedWrap(OB->hasNoSignedWrap());
240 setHasNoSignedWrap(hasNoSignedWrap() & OB->hasNoSignedWrap());
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h161 bool hasNoSignedWrap() const { function in class:llvm::SCEVNAryExpr
/external/llvm/include/llvm/IR/
H A DOperator.h102 bool hasNoSignedWrap() const { function in class:llvm::OverflowingBinaryOperator
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstructions.cpp1989 bool BinaryOperator::hasNoSignedWrap() const { function in class:BinaryOperator
1990 return cast<OverflowingBinaryOperator>(this)->hasNoSignedWrap();
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h366 bool hasNoSignedWrap() const { return NoSignedWrap; } function in struct:llvm::SDNodeFlags

Completed in 127 milliseconds