Home
last modified time | relevance | path

Searched refs:NewU (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Support/
DConstantRange.cpp604 APInt NewU = APIntOps::smax(getSignedMax(), Other.getSignedMax()) + 1; in smax() local
605 if (NewU == NewL) in smax()
607 return ConstantRange(NewL, NewU); in smax()
617 APInt NewU = APIntOps::umax(getUnsignedMax(), Other.getUnsignedMax()) + 1; in umax() local
618 if (NewU == NewL) in umax()
620 return ConstantRange(NewL, NewU); in umax()