Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp13326 const auto MatchURemWithDivisor = [&](const SCEV *B) { in matchURem() local
13338 return MatchURemWithDivisor(Mul->getOperand(1)) || in matchURem()
13339 MatchURemWithDivisor(Mul->getOperand(2)); in matchURem()
13343 return MatchURemWithDivisor(Mul->getOperand(1)) || in matchURem()
13344 MatchURemWithDivisor(Mul->getOperand(0)) || in matchURem()
13345 MatchURemWithDivisor(getNegativeSCEV(Mul->getOperand(1))) || in matchURem()
13346 MatchURemWithDivisor(getNegativeSCEV(Mul->getOperand(0))); in matchURem()