Searched refs:getExistingSCEV (Results 1 – 3 of 3) sorted by relevance
154 SE->getExistingSCEV(I) != nullptr; in formLCSSAForInstructions()
4567 if (const SCEV *S = getExistingSCEV(V)) in getSCEV()4572 const SCEV *ScalarEvolution::getExistingSCEV(Value *V) { in getExistingSCEV() function in ScalarEvolution7431 if (getExistingSCEV(CurV)) in createSCEVIter()7457 return getExistingSCEV(V); in createSCEVIter()7491 if (BO->Op != V && getExistingSCEV(BO->Op)) { in getOperandsToCreate()7682 if (auto *OpSCEV = getExistingSCEV(BO->Op)) { in createSCEV()7728 if (auto *OpSCEV = getExistingSCEV(BO->Op)) { in createSCEV()8481 if (const SCEV *S = getExistingSCEV(V)) { in forgetLcssaPhiWithNewPredecessor()8525 const SCEV *S = getExistingSCEV(V); in forgetBlockAndLoopDispositions()12413 auto *Numerator = getExistingSCEV(LL); in isImpliedViaOperations()
564 const SCEV *getExistingSCEV(Value *V);