Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:AddWithOverflow

61 static bool AddWithOverflow(Constant *&Result, Constant *In1,
1248 HiOverflow = AddWithOverflow(HiBound, LoBound, RangeSize, false);
1259 HiOverflow = AddWithOverflow(HiBound, Prod, RangeSize, true);
1266 LoOverflow = AddWithOverflow(LoBound, HiBound, DivNeg, true) ? -1 : 0;
1285 LoOverflow = AddWithOverflow(LoBound, HiBound, RangeSize, true) ? -1:0;