Home
last modified time | relevance | path

Searched refs:MatchURemWithDivisor (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp15066 const auto MatchURemWithDivisor = [&](const SCEV *B) { in matchURem() local
15078 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()