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

/external/llvm/include/llvm/
H A DOperator.h100 /// hasNoSignedWrap - Test whether this operation is known to never
102 bool hasNoSignedWrap() const { function in class:llvm::OverflowingBinaryOperator
/external/llvm/lib/VMCore/
H A DInstructions.cpp2003 bool BinaryOperator::hasNoSignedWrap() const { function in class:BinaryOperator
2004 return cast<OverflowingBinaryOperator>(this)->hasNoSignedWrap();

Completed in 79 milliseconds