Lines Matching defs:Factors
2162 SetVector<int64_t, SmallVector<int64_t, 8>, SmallSet<int64_t, 8>> Factors;
2942 Factors.insert(Factor->getAPInt().getSExtValue());
2948 Factors.insert(Factor->getAPInt().getSExtValue());
3608 for (size_t i = 0, e = Factors.size(); i != e; ++i)
3609 if (Factors[i] != -1)
3610 Factors.insert(-(uint64_t)Factors[i]);
3611 Factors.insert(-1);
4248 for (int64_t Factor : Factors) {
4341 for (int64_t Factor : Factors) {
6244 Factors.clear();
6266 if (Factors.empty() && Types.empty()) return;
6271 for (int64_t Factor : Factors) {