Searched refs:getExistingSCEV (Results 1 – 3 of 3) sorted by relevance
154 SE->getExistingSCEV(I) != nullptr; in formLCSSAForInstructions()
4572 if (const SCEV *S = getExistingSCEV(V)) in getSCEV()4577 const SCEV *ScalarEvolution::getExistingSCEV(Value *V) { in getExistingSCEV() function in ScalarEvolution7447 if (getExistingSCEV(CurV)) in createSCEVIter()7473 return getExistingSCEV(V); in createSCEVIter()7507 if (BO->Op != V && getExistingSCEV(BO->Op)) { in getOperandsToCreate()7698 if (auto *OpSCEV = getExistingSCEV(BO->Op)) { in createSCEV()7744 if (auto *OpSCEV = getExistingSCEV(BO->Op)) { in createSCEV()8502 if (const SCEV *S = getExistingSCEV(V)) { in forgetLcssaPhiWithNewPredecessor()8546 const SCEV *S = getExistingSCEV(V); in forgetBlockAndLoopDispositions()12491 auto *Numerator = getExistingSCEV(LL); in isImpliedViaOperations()
564 const SCEV *getExistingSCEV(Value *V);