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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp39 static bool addWithOverflow(APInt &Result, const APInt &In1, function
2414 HiOverflow = addWithOverflow(HiBound, LoBound, RangeSize, false);
2425 HiOverflow = addWithOverflow(HiBound, Prod, RangeSize, true);
2432 LoOverflow = addWithOverflow(LoBound, HiBound, DivNeg, true) ? -1 : 0;
2451 LoOverflow = addWithOverflow(LoBound, HiBound, RangeSize, true) ? -1:0;

Completed in 71 milliseconds