Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp12595 const auto MatchURemWithDivisor = [&](const SCEV *B) { in matchURem() local
12607 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()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp13151 const auto MatchURemWithDivisor = [&](const SCEV *B) { in matchURem() local
13163 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()