Lines Matching defs:divisors
108 /// For positive divisors, it can be implemented without branching and with a
151 /// For positive divisors, it can be implemented without branching and with a
1961 // Note: the divisors are backwards due to the scan.
1962 SmallVector<Value> divisors;
1970 divisors.push_back(getValueOrCreateConstantIndexOp(b, loc, basisProd));
1974 results.reserve(divisors.size() + 1);
1976 for (Value divisor : llvm::reverse(divisors)) {
1992 // Note: the divisors are backwards due to the scan.
1993 SmallVector<Value> divisors;
2001 divisors.push_back(getValueOrCreateConstantIndexOp(b, loc, basisProd));
2005 results.reserve(divisors.size() + 1);
2007 for (Value divisor : llvm::reverse(divisors)) {