Searched refs:MatchURemWithDivisor (Results 1 – 1 of 1) sorted by relevance
15325 const auto MatchURemWithDivisor = [&](const SCEV *B) { in matchURem() local15337 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()