Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp3271 if (const SCEVUDivExpr *OtherDiv = dyn_cast<SCEVUDivExpr>(LHS)) { in getUDivExpr() local
3273 dyn_cast<SCEVConstant>(OtherDiv->getRHS())) { in getUDivExpr()
3280 return getUDivExpr(OtherDiv->getLHS(), getConstant(NewRHS)); in getUDivExpr()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp3188 if (const SCEVUDivExpr *OtherDiv = dyn_cast<SCEVUDivExpr>(LHS)) { in getUDivExpr() local
3190 dyn_cast<SCEVConstant>(OtherDiv->getRHS())) { in getUDivExpr()
3197 return getUDivExpr(OtherDiv->getLHS(), getConstant(NewRHS)); in getUDivExpr()