Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp61 static Optional<APInt> computeConstantDifference(ScalarEvolution &SE, in computeConstantDifference() function in llvm::ScalarEvolutionsTest
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp11555 Optional<APInt> ScalarEvolution::computeConstantDifference(const SCEV *More, in computeConstantDifference() function in ScalarEvolution