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