Searched refs:computeConstantDifference (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/unittests/Analysis/ |
D | ScalarEvolutionTest.cpp | 61 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/ |
D | ScalarEvolution.h | 1085 bool computeConstantDifference(const SCEV *Less, const SCEV *More,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1758 Optional<APInt> computeConstantDifference(const SCEV *LHS, const SCEV *RHS);
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1894 Optional<APInt> computeConstantDifference(const SCEV *LHS, const SCEV *RHS);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 9930 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/ |
D | ScalarEvolution.cpp | 10320 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/ |
D | ScalarEvolution.cpp | 8236 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()
|