Searched defs:Factors (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp141 SmallVectorImpl<Factor> &Factors);
143 SmallVectorImpl<Factor> &Factors);
968 SmallVector<ValueEntry, 8> Factors; local
969 Factors.reserve(Tree.size());
972 Factors.append(E.second.getZExtValue(),
978 for (unsigned i = 0, e = Factors.size(); i != e; ++i) {
979 if (Factors[i].Op == Factor) {
981 Factors.erase(Factors.begin()+i);
987 if (ConstantInt *FC2 = dyn_cast<ConstantInt>(Factors[
1023 FindSingleUseMultiplyFactors(Value *V, SmallVectorImpl<Value*> &Factors, const SmallVectorImpl<ValueEntry> &Ops) argument
[all...]
H A DLoopStrengthReduce.cpp1514 /// Factors - Interesting factors between use strides.
1515 SmallSetVector<int64_t, 8> Factors; member in class:__anon9108::LSRInstance
2264 Factors.insert(Factor->getValue()->getValue().getSExtValue());
2270 Factors.insert(Factor->getValue()->getValue().getSExtValue());
2861 for (size_t i = 0, e = Factors.size(); i != e; ++i)
2862 if (Factors[i] != -1)
2863 Factors.insert(-(uint64_t)Factors[i]);
2864 Factors.insert(-1);
3277 I = Factors
[all...]

Completed in 127 milliseconds