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

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp62 static int64_t addWithOverflow(int64_t A, int64_t B) { function
211 Offset = addWithOverflow(Offset, OtherOffset);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp40 static bool addWithOverflow(APInt &Result, const APInt &In1, function
2530 HiOverflow = addWithOverflow(HiBound, LoBound, RangeSize, false);
2541 HiOverflow = addWithOverflow(HiBound, Prod, RangeSize, true);
2548 LoOverflow = addWithOverflow(LoBound, HiBound, DivNeg, true) ? -1 : 0;
2568 addWithOverflow(LoBound, HiBound, RangeSize, true) ? -1 : 0;

Completed in 225 milliseconds