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);
 2396       LoBound = -(RangeSize - 1);
 2397       HiBound = RangeSize;
 2402         HiOverflow = addWithOverflow(HiBound, Prod, RangeSize, true);
 2408         APInt DivNeg = -RangeSize;
 2414       RangeSize.negate();
 2417       LoBound = RangeSize + 1;
 2418       HiBound = -RangeSize;
 2428         LoOverflow = addWithOverflow(LoBound, HiBound, RangeSize, true) ? -1:0;
 2433         HiOverflow = subWithOverflow(HiBound, Prod, RangeSize, true);