Searched refs:computeConstantDifference (Results 1 – 3 of 3) sorted by relevance
1186 Optional<APInt> computeConstantDifference(const SCEV *LHS, const SCEV *RHS);
10509 Optional<APInt> ScalarEvolution::computeConstantDifference(const SCEV *More, in computeConstantDifference() function in ScalarEvolution10667 Optional<APInt> LDiff = computeConstantDifference(LHS, FoundLHS); in isImpliedCondOperandsViaNoOverflow()10668 Optional<APInt> RDiff = computeConstantDifference(RHS, FoundRHS); in isImpliedCondOperandsViaNoOverflow()11164 Optional<APInt> Addend = computeConstantDifference(LHS, FoundLHS); in isImpliedCondOperandsViaRanges()
5861 SE.computeConstantDifference(DbgValueSCEV, PhiSCEV); in DbgGatherEqualValues()