Searched refs:LHSRange (Results 1 – 4 of 4) sorted by relevance
927 const ConstantRange &LHSRange = *LHSRes; in solveBlockValueCast() local934 return ValueLatticeElement::getRange(LHSRange.castOp(CI->getOpcode(), in solveBlockValueCast()953 const ConstantRange &LHSRange = *LHSRes; in solveBlockValueBinaryOpImpl() local955 return ValueLatticeElement::getRange(OpFn(LHSRange, RHSRange)); in solveBlockValueBinaryOpImpl()
4962 ConstantRange LHSRange = ConstantRange::fromKnownBits(LHSKnown, false); in computeOverflowForUnsignedMul() local4964 return mapOverflowResult(LHSRange.unsignedMulMayOverflow(RHSRange)); in computeOverflowForUnsignedMul()5014 ConstantRange LHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForUnsignedAdd() local5020 return mapOverflowResult(LHSRange.unsignedAddMayOverflow(RHSRange)); in computeOverflowForUnsignedAdd()5052 ConstantRange LHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForSignedAdd() local5057 mapOverflowResult(LHSRange.signedAddMayOverflow(RHSRange)); in computeOverflowForSignedAdd()5071 (LHSRange.isAllNonNegative() || RHSRange.isAllNonNegative()); in computeOverflowForSignedAdd()5073 (LHSRange.isAllNegative() || RHSRange.isAllNegative()); in computeOverflowForSignedAdd()5075 KnownBits AddKnown(LHSRange.getBitWidth()); in computeOverflowForSignedAdd()5118 ConstantRange LHSRange = computeConstantRangeIncludingKnownBits( in computeOverflowForUnsignedSub() local[all …]
12616 ConstantRange LHSRange = FoundLHSRange.add(ConstantRange(*Addend)); in isImpliedCondOperandsViaRanges() local12623 return LHSRange.icmp(Pred, ConstRHS); in isImpliedCondOperandsViaRanges()
412 SectionRange LHSRange(*LHS); in dumpSectionContents() local414 return LHSRange.getStart() < RHSRange.getStart(); in dumpSectionContents()