Searched refs:NewLower (Results 1 – 3 of 3) sorted by relevance
510 APInt NewLower = getLower() + Other.getLower(); in add() local512 if (NewLower == NewUpper) in add()515 ConstantRange X = ConstantRange(NewLower, NewUpper); in add()531 APInt NewLower = getLower() - Other.getUpper() + 1; in sub() local533 if (NewLower == NewUpper) in sub()536 ConstantRange X = ConstantRange(NewLower, NewUpper); in sub()
36 uint64_t NewLower = Lower + (getL(N) << 32); in multiply64() local37 Upper += getU(N) + (NewLower < Lower); in multiply64()38 Lower = NewLower; in multiply64()
656 APInt NewLower = getLower() + Other.getLower(); in add() local658 if (NewLower == NewUpper) in add()661 ConstantRange X = ConstantRange(NewLower, NewUpper); in add()677 APInt NewLower = getLower() - Other.getUpper() + 1; in sub() local679 if (NewLower == NewUpper) in sub()682 ConstantRange X = ConstantRange(NewLower, NewUpper); in sub()