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

/external/llvm/include/llvm/
H A DOperator.h94 /// hasNoUnsignedWrap - Test whether this operation is known to never
96 bool hasNoUnsignedWrap() const { function in class:llvm::OverflowingBinaryOperator
/external/llvm/lib/VMCore/
H A DInstructions.cpp1993 bool BinaryOperator::hasNoUnsignedWrap() const { function in class:BinaryOperator
1994 return cast<OverflowingBinaryOperator>(this)->hasNoUnsignedWrap();

Completed in 93 milliseconds