Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3527 if (const SCEVUDivExpr *OtherDiv = dyn_cast<SCEVUDivExpr>(LHS)) { in getUDivExpr() local
3529 dyn_cast<SCEVConstant>(OtherDiv->getRHS())) { in getUDivExpr()
3536 return getUDivExpr(OtherDiv->getLHS(), getConstant(NewRHS)); in getUDivExpr()