Searched refs:MatchURemWithDivisor (Results 1 – 2 of 2) sorted by relevance
12595 const auto MatchURemWithDivisor = [&](const SCEV *B) { in matchURem() local12607 return MatchURemWithDivisor(Mul->getOperand(1)) || in matchURem()12608 MatchURemWithDivisor(Mul->getOperand(2)); in matchURem()12612 return MatchURemWithDivisor(Mul->getOperand(1)) || in matchURem()12613 MatchURemWithDivisor(Mul->getOperand(0)) || in matchURem()12614 MatchURemWithDivisor(getNegativeSCEV(Mul->getOperand(1))) || in matchURem()12615 MatchURemWithDivisor(getNegativeSCEV(Mul->getOperand(0))); in matchURem()
13151 const auto MatchURemWithDivisor = [&](const SCEV *B) { in matchURem() local13163 return MatchURemWithDivisor(Mul->getOperand(1)) || in matchURem()13164 MatchURemWithDivisor(Mul->getOperand(2)); in matchURem()13168 return MatchURemWithDivisor(Mul->getOperand(1)) || in matchURem()13169 MatchURemWithDivisor(Mul->getOperand(0)) || in matchURem()13170 MatchURemWithDivisor(getNegativeSCEV(Mul->getOperand(1))) || in matchURem()13171 MatchURemWithDivisor(getNegativeSCEV(Mul->getOperand(0))); in matchURem()