parent
d28a26dfab
commit
7a5c8db6b5
|
|
@ -1612,8 +1612,8 @@ const SCEV *ScalarEvolution::getMulExpr(SmallVectorImpl<const SCEV *> &Ops) {
|
||||||
return S;
|
return S;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// getUDivExpr - Get a canonical multiply expression, or something simpler if
|
/// getUDivExpr - Get a canonical unsigned division expression, or something
|
||||||
/// possible.
|
/// simpler if possible.
|
||||||
const SCEV *ScalarEvolution::getUDivExpr(const SCEV *LHS,
|
const SCEV *ScalarEvolution::getUDivExpr(const SCEV *LHS,
|
||||||
const SCEV *RHS) {
|
const SCEV *RHS) {
|
||||||
assert(getEffectiveSCEVType(LHS->getType()) ==
|
assert(getEffectiveSCEVType(LHS->getType()) ==
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue