Lines Matching full:divisor
1607 // Return true if the divisor evenly divides the dividend.1610 const SCEVConstant *Divisor) {1612 APInt ConstDivisor = Divisor->getAPInt();2284 // changes the nature of the test from "greatest common divisor"2285 // to "a common divisor".