Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp61 static Optional<APInt> computeConstantDifference(ScalarEvolution &SE, in computeConstantDifference() function in llvm::ScalarEvolutionsTest
64 return SE.computeConstantDifference(LHS, RHS); in computeConstantDifference()
1107 auto ConstantDiffOrNone = computeConstantDifference(SE, LHS, RHS); in TEST_F()
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1085 bool computeConstantDifference(const SCEV *Less, const SCEV *More,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolution.h1758 Optional<APInt> computeConstantDifference(const SCEV *LHS, const SCEV *RHS);
/external/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolution.h1894 Optional<APInt> computeConstantDifference(const SCEV *LHS, const SCEV *RHS);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp9930 Optional<APInt> ScalarEvolution::computeConstantDifference(const SCEV *More, in computeConstantDifference() function in ScalarEvolution
10043 Optional<APInt> LDiff = computeConstantDifference(LHS, FoundLHS); in isImpliedCondOperandsViaNoOverflow()
10044 Optional<APInt> RDiff = computeConstantDifference(RHS, FoundRHS); in isImpliedCondOperandsViaNoOverflow()
10517 Optional<APInt> Addend = computeConstantDifference(LHS, FoundLHS); in isImpliedCondOperandsViaRanges()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp10320 Optional<APInt> ScalarEvolution::computeConstantDifference(const SCEV *More, in computeConstantDifference() function in ScalarEvolution
10478 Optional<APInt> LDiff = computeConstantDifference(LHS, FoundLHS); in isImpliedCondOperandsViaNoOverflow()
10479 Optional<APInt> RDiff = computeConstantDifference(RHS, FoundRHS); in isImpliedCondOperandsViaNoOverflow()
10975 Optional<APInt> Addend = computeConstantDifference(LHS, FoundLHS); in isImpliedCondOperandsViaRanges()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp8236 bool ScalarEvolution::computeConstantDifference(const SCEV *Less, in computeConstantDifference() function in ScalarEvolution
8344 if (!computeConstantDifference(FoundLHS, LHS, LDiff) || in isImpliedCondOperandsViaNoOverflow()
8345 !computeConstantDifference(FoundRHS, RHS, RDiff) || in isImpliedCondOperandsViaNoOverflow()