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

References

lib/Analysis/ScalarEvolution.cpp
 3582         return APIntOps::umax(LHS, RHS);
10783              : APIntOps::umax(getUnsignedRangeMin(RHS), Limit);
lib/IR/ConstantRange.cpp
  996   APInt NewL = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin());
  997   APInt NewU = APIntOps::umax(getUnsignedMax(), Other.getUnsignedMax()) + 1;
 1174     APInt Lower = APIntOps::umax(MinLHS, -MaxAbsRHS + 1);
 1179   APInt Lower = APIntOps::umax(MinLHS, -MaxAbsRHS + 1);
 1202   APInt umax = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin());
 1364                        APIntOps::umax(-SMin, SMax) + 1);