Lines Matching refs:NewL
749 APInt NewL = APIntOps::smax(getSignedMin(), Other.getSignedMin()); in smax() local
751 if (NewU == NewL) in smax()
753 return ConstantRange(NewL, NewU); in smax()
762 APInt NewL = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin()); in umax() local
764 if (NewU == NewL) in umax()
766 return ConstantRange(NewL, NewU); in umax()
775 APInt NewL = APIntOps::smin(getSignedMin(), Other.getSignedMin()); in smin() local
777 if (NewU == NewL) in smin()
779 return ConstantRange(NewL, NewU); in smin()
788 APInt NewL = APIntOps::umin(getUnsignedMin(), Other.getUnsignedMin()); in umin() local
790 if (NewU == NewL) in umin()
792 return ConstantRange(NewL, NewU); in umin()