Searched refs:NewU (Results 1 – 1 of 1) sorted by relevance
604 APInt NewU = APIntOps::smax(getSignedMax(), Other.getSignedMax()) + 1; in smax() local605 if (NewU == NewL) in smax()607 return ConstantRange(NewL, NewU); in smax()617 APInt NewU = APIntOps::umax(getUnsignedMax(), Other.getUnsignedMax()) + 1; in umax() local618 if (NewU == NewL) in umax()620 return ConstantRange(NewL, NewU); in umax()