Searched refs:AddWithOverflow (Results 1 – 1 of 1) sorted by relevance
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCompares.cpp | 50 static bool AddWithOverflow(Constant *&Result, Constant *In1, in AddWithOverflow() function 866 HiOverflow = AddWithOverflow(HiBound, LoBound, RangeSize, false); in FoldICmpDivCst() 878 HiOverflow = AddWithOverflow(HiBound, Prod, RangeSize, true); in FoldICmpDivCst() 885 LoOverflow = AddWithOverflow(LoBound, HiBound, DivNeg, true) ? -1 : 0; in FoldICmpDivCst() 904 LoOverflow = AddWithOverflow(LoBound, HiBound, RangeSize, true) ? -1:0; in FoldICmpDivCst()
|