Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp12271 const auto MatchURemWithDivisor = [&](const SCEV *B) { in matchURem() local
12283 return MatchURemWithDivisor(Mul->getOperand(1)) || in matchURem()
12284 MatchURemWithDivisor(Mul->getOperand(2)); in matchURem()
12288 return MatchURemWithDivisor(Mul->getOperand(1)) || in matchURem()
12289 MatchURemWithDivisor(Mul->getOperand(0)) || in matchURem()
12290 MatchURemWithDivisor(getNegativeSCEV(Mul->getOperand(1))) || in matchURem()
12291 MatchURemWithDivisor(getNegativeSCEV(Mul->getOperand(0))); in matchURem()