Home
last modified time | relevance | path

Searched refs:getExistingSCEV (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1950 const SCEV *getExistingSCEV(Value *V);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp4408 if (const SCEV *S = getExistingSCEV(V)) in getSCEV()
4413 const SCEV *ScalarEvolution::getExistingSCEV(Value *V) { in getExistingSCEV() function in ScalarEvolution
7202 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()