reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 2391       HiOverflow = addWithOverflow(HiBound, LoBound, RangeSize, false);
 2402         HiOverflow = addWithOverflow(HiBound, Prod, RangeSize, true);
 2409         LoOverflow = addWithOverflow(LoBound, HiBound, DivNeg, true) ? -1 : 0;
 2428         LoOverflow = addWithOverflow(LoBound, HiBound, RangeSize, true) ? -1:0;