Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1085 bool computeConstantDifference(const SCEV *Less, const SCEV *More,
/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()