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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp55 /// AddWithOverflow - Compute Result = In1+In2, returning true if the result
57 static bool AddWithOverflow(Constant *&Result, Constant *In1, function
867 HiOverflow = AddWithOverflow(HiBound, LoBound, RangeSize, false);
879 HiOverflow = AddWithOverflow(HiBound, Prod, RangeSize, true);
886 LoOverflow = AddWithOverflow(LoBound, HiBound, DivNeg, true) ? -1 : 0;
905 LoOverflow = AddWithOverflow(LoBound, HiBound, RangeSize, true) ? -1:0;

Completed in 54 milliseconds