Searched refs:AddWithOverflow (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp58 /// AddWithOverflow - Compute Result = In1+In2, returning true if the result
60 static bool AddWithOverflow(Constant *&Result, Constant *In1, function
922 HiOverflow = AddWithOverflow(HiBound, LoBound, RangeSize, false);
933 HiOverflow = AddWithOverflow(HiBound, Prod, RangeSize, true);
940 LoOverflow = AddWithOverflow(LoBound, HiBound, DivNeg, true) ? -1 : 0;
959 LoOverflow = AddWithOverflow(LoBound, HiBound, RangeSize, true) ? -1:0;

Completed in 58 milliseconds