Searched refs:LHSRange (Results 1 – 3 of 3) sorted by relevance
702 LHSRange = LHSRange.sub(*Offset); in computeKnownBitsFromCmp()703 Known = Known.unionWith(LHSRange.toKnownBits()); in computeKnownBitsFromCmp()6351 ConstantRange LHSRange = in computeOverflowForUnsignedAdd() local6384 ConstantRange LHSRange = in computeOverflowForSignedAdd() local6389 mapOverflowResult(LHSRange.signedAddMayOverflow(RHSRange)); in computeOverflowForSignedAdd()6403 (LHSRange.isAllNonNegative() || RHSRange.isAllNonNegative()); in computeOverflowForSignedAdd()6405 (LHSRange.isAllNegative() || RHSRange.isAllNegative()); in computeOverflowForSignedAdd()6407 KnownBits AddKnown(LHSRange.getBitWidth()); in computeOverflowForSignedAdd()6446 ConstantRange LHSRange = in computeOverflowForUnsignedSub() local6475 ConstantRange LHSRange = in computeOverflowForSignedSub() local[all …]
962 const ConstantRange &LHSRange = *LHSRes; in solveBlockValueCast() local969 return ValueLatticeElement::getRange(LHSRange.castOp(CI->getOpcode(), in solveBlockValueCast()990 const ConstantRange &LHSRange = *LHSRes; in solveBlockValueBinaryOpImpl() local992 return ValueLatticeElement::getRange(OpFn(LHSRange, RHSRange)); in solveBlockValueBinaryOpImpl()
12580 ConstantRange LHSRange = FoundLHSRange.add(ConstantRange(*Addend)); in isImpliedCondOperandsViaRanges() local12587 return LHSRange.icmp(Pred, ConstRHS); in isImpliedCondOperandsViaRanges()