Searched refs:OtherDiv (Results 1 – 2 of 2) sorted by relevance
3271 if (const SCEVUDivExpr *OtherDiv = dyn_cast<SCEVUDivExpr>(LHS)) { in getUDivExpr() local3273 dyn_cast<SCEVConstant>(OtherDiv->getRHS())) { in getUDivExpr()3280 return getUDivExpr(OtherDiv->getLHS(), getConstant(NewRHS)); in getUDivExpr()
3188 if (const SCEVUDivExpr *OtherDiv = dyn_cast<SCEVUDivExpr>(LHS)) { in getUDivExpr() local3190 dyn_cast<SCEVConstant>(OtherDiv->getRHS())) { in getUDivExpr()3197 return getUDivExpr(OtherDiv->getLHS(), getConstant(NewRHS)); in getUDivExpr()