Home
last modified time | relevance | path

Searched refs:computeConstantDifference (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1732 Optional<APInt> computeConstantDifference(const SCEV *LHS, const SCEV *RHS);
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp9788 Optional<APInt> ScalarEvolution::computeConstantDifference(const SCEV *More, in computeConstantDifference() function in ScalarEvolution
9897 Optional<APInt> LDiff = computeConstantDifference(LHS, FoundLHS); in isImpliedCondOperandsViaNoOverflow()
9898 Optional<APInt> RDiff = computeConstantDifference(RHS, FoundRHS); in isImpliedCondOperandsViaNoOverflow()
10364 Optional<APInt> Addend = computeConstantDifference(LHS, FoundLHS); in isImpliedCondOperandsViaRanges()