Searched refs:getExistingSCEV (Results 1 – 2 of 2) sorted by relevance
1950 const SCEV *getExistingSCEV(Value *V);
4408 if (const SCEV *S = getExistingSCEV(V)) in getSCEV()4413 const SCEV *ScalarEvolution::getExistingSCEV(Value *V) { in getExistingSCEV() function in ScalarEvolution7202 if (getExistingSCEV(CurV)) in createSCEVIter()7228 return getExistingSCEV(V); in createSCEVIter()7264 if (BO->Op != V && getExistingSCEV(BO->Op)) { in getOperandsToCreate()7284 if (BO->Op != V && getExistingSCEV(BO->Op)) { in getOperandsToCreate()7459 if (auto *OpSCEV = getExistingSCEV(BO->Op)) { in createSCEV()7504 if (auto *OpSCEV = getExistingSCEV(BO->Op)) { in createSCEV()12102 auto *Numerator = getExistingSCEV(LL); in isImpliedViaOperations()