Searched refs:MatchURemWithDivisor (Results 1 – 1 of 1) sorted by relevance
12271 const auto MatchURemWithDivisor = [&](const SCEV *B) { in matchURem() local12283 return MatchURemWithDivisor(Mul->getOperand(1)) || in matchURem()12284 MatchURemWithDivisor(Mul->getOperand(2)); in matchURem()12288 return MatchURemWithDivisor(Mul->getOperand(1)) || in matchURem()12289 MatchURemWithDivisor(Mul->getOperand(0)) || in matchURem()12290 MatchURemWithDivisor(getNegativeSCEV(Mul->getOperand(1))) || in matchURem()12291 MatchURemWithDivisor(getNegativeSCEV(Mul->getOperand(0))); in matchURem()