Lines Matching defs:Factors
2167 SetVector<int64_t, SmallVector<int64_t, 8>, SmallSet<int64_t, 8>> Factors;
2941 Factors.insert(Factor->getAPInt().getSExtValue());
2947 Factors.insert(Factor->getAPInt().getSExtValue());
3607 for (size_t i = 0, e = Factors.size(); i != e; ++i)
3608 if (Factors[i] != -1)
3609 Factors.insert(-(uint64_t)Factors[i]);
3610 Factors.insert(-1);
4246 for (int64_t Factor : Factors) {
4339 for (int64_t Factor : Factors) {
6247 Factors.clear();
6269 if (Factors.empty() && Types.empty()) return;
6274 for (int64_t Factor : Factors) {