Searched refs:MatchURemWithDivisor (Results 1 – 1 of 1) sorted by relevance
15066 const auto MatchURemWithDivisor = [&](const SCEV *B) { in matchURem() local15078 return MatchURemWithDivisor(Mul->getOperand(1)) || in matchURem()15079 MatchURemWithDivisor(Mul->getOperand(2)); in matchURem()15083 return MatchURemWithDivisor(Mul->getOperand(1)) || in matchURem()15084 MatchURemWithDivisor(Mul->getOperand(0)) || in matchURem()15085 MatchURemWithDivisor(getNegativeSCEV(Mul->getOperand(1))) || in matchURem()15086 MatchURemWithDivisor(getNegativeSCEV(Mul->getOperand(0))); in matchURem()