Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Dividend

1558 // Return true if the divisor evenly divides the dividend.
1560 bool isRemainderZero(const SCEVConstant *Dividend,
1562 APInt ConstDividend = Dividend->getValue()->getValue();