reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2918 CI[K].Coeff = Zero; 2919 CI[K].PosPart = Zero; 2920 CI[K].NegPart = Zero; 2921 CI[K].Iterations = nullptr; 2926 CI[K].Coeff = AddRec->getStepRecurrence(*SE); 2927 CI[K].PosPart = getPositivePart(CI[K].Coeff); 2927 CI[K].PosPart = getPositivePart(CI[K].Coeff); 2928 CI[K].NegPart = getNegativePart(CI[K].Coeff); 2928 CI[K].NegPart = getNegativePart(CI[K].Coeff); 2929 CI[K].Iterations = collectUpperBound(L, Subscript->getType()); 2936 LLVM_DEBUG(dbgs() << "\t " << K << "\t" << *CI[K].Coeff); 2938 LLVM_DEBUG(dbgs() << *CI[K].PosPart); 2940 LLVM_DEBUG(dbgs() << *CI[K].NegPart); 2942 if (CI[K].Iterations) 2943 LLVM_DEBUG(dbgs() << *CI[K].Iterations); 2950 return CI;