Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp10333 auto IsSumGreaterThanRHS = [&](const SCEV *S1, const SCEV *S2) { in isImpliedViaOperations() local
10339 if (IsSumGreaterThanRHS(LL, LR) || IsSumGreaterThanRHS(LR, LL)) in isImpliedViaOperations()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp10791 auto IsSumGreaterThanRHS = [&](const SCEV *S1, const SCEV *S2) { in isImpliedViaOperations() local
10797 if (IsSumGreaterThanRHS(LL, LR) || IsSumGreaterThanRHS(LR, LL)) in isImpliedViaOperations()