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

/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp862 Constant *LoBound = 0, *HiBound = 0; local
871 HiOverflow = AddWithOverflow(HiBound, LoBound, RangeSize, false);
878 HiBound = RangeSize;
883 HiOverflow = AddWithOverflow(HiBound, Prod, RangeSize, true);
886 HiBound = AddOne(Prod);
890 LoOverflow = AddWithOverflow(LoBound, HiBound, DivNeg, true) ? -1 : 0;
899 HiBound = cast<ConstantInt>(ConstantExpr::getNeg(RangeSize));
900 if (HiBound == DivRHS) { // -INTMIN = INTMIN
902 HiBound = 0; // e.g. X/INTMIN = 0 --> X > INTMIN
906 HiBound
[all...]

Completed in 200 milliseconds