Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp3221 if (const SCEVUDivExpr *OtherDiv = dyn_cast<SCEVUDivExpr>(LHS)) { in getUDivExpr() local
3223 dyn_cast<SCEVConstant>(OtherDiv->getRHS())) { in getUDivExpr()
3230 return getUDivExpr(OtherDiv->getLHS(), getConstant(NewRHS)); in getUDivExpr()