Searched refs:LHSRange (Results 1 – 4 of 4) sorted by relevance
924 const ConstantRange &LHSRange = LHSRes.value(); in solveBlockValueCast() local931 return ValueLatticeElement::getRange(LHSRange.castOp(CI->getOpcode(), in solveBlockValueCast()949 const ConstantRange &LHSRange = LHSRes.value(); in solveBlockValueBinaryOpImpl() local951 return ValueLatticeElement::getRange(OpFn(LHSRange, RHSRange)); in solveBlockValueBinaryOpImpl()
4854 return mapOverflowResult(LHSRange.unsignedMulMayOverflow(RHSRange)); in computeOverflowForUnsignedMul()4904 ConstantRange LHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForUnsignedAdd() local4910 return mapOverflowResult(LHSRange.unsignedAddMayOverflow(RHSRange)); in computeOverflowForUnsignedAdd()4942 ConstantRange LHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForSignedAdd() local4947 mapOverflowResult(LHSRange.signedAddMayOverflow(RHSRange)); in computeOverflowForSignedAdd()4961 (LHSRange.isAllNonNegative() || RHSRange.isAllNonNegative()); in computeOverflowForSignedAdd()4963 (LHSRange.isAllNegative() || RHSRange.isAllNegative()); in computeOverflowForSignedAdd()4965 KnownBits AddKnown(LHSRange.getBitWidth()); in computeOverflowForSignedAdd()5008 ConstantRange LHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForUnsignedSub() local5040 ConstantRange LHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForSignedSub() local[all …]
12268 ConstantRange LHSRange = FoundLHSRange.add(ConstantRange(*Addend)); in isImpliedCondOperandsViaRanges() local12275 return LHSRange.icmp(Pred, ConstRHS); in isImpliedCondOperandsViaRanges()
397 SectionRange LHSRange(*LHS); in dumpSectionContents() local399 return LHSRange.getStart() < RHSRange.getStart(); in dumpSectionContents()