Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp15325 const auto MatchURemWithDivisor = [&](const SCEV *B) { in matchURem() local
15337 return MatchURemWithDivisor(Mul->getOperand(1)) || in matchURem()
15338 MatchURemWithDivisor(Mul->getOperand(2)); in matchURem()
15342 return MatchURemWithDivisor(Mul->getOperand(1)) || in matchURem()
15343 MatchURemWithDivisor(Mul->getOperand(0)) || in matchURem()
15344 MatchURemWithDivisor(getNegativeSCEV(Mul->getOperand(1))) || in matchURem()
15345 MatchURemWithDivisor(getNegativeSCEV(Mul->getOperand(0))); in matchURem()