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

/external/llvm/include/llvm/IR/
H A DOperator.h99 /// hasNoUnsignedWrap - Test whether this operation is known to never
101 bool hasNoUnsignedWrap() const { function in class:llvm::OverflowingBinaryOperator
/external/llvm/lib/IR/
H A DInstructions.cpp2009 bool BinaryOperator::hasNoUnsignedWrap() const { function in class:BinaryOperator
2010 return cast<OverflowingBinaryOperator>(this)->hasNoUnsignedWrap();

Completed in 86 milliseconds