Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp4537 if (const SCEV *S = getExistingSCEV(V)) in getSCEV()
4542 const SCEV *ScalarEvolution::getExistingSCEV(Value *V) { in getExistingSCEV() function in ScalarEvolution
7408 if (getExistingSCEV(CurV)) in createSCEVIter()
7434 return getExistingSCEV(V); in createSCEVIter()
7472 if (BO->Op != V && getExistingSCEV(BO->Op)) { in getOperandsToCreate()
7663 if (auto *OpSCEV = getExistingSCEV(BO->Op)) { in createSCEV()
7709 if (auto *OpSCEV = getExistingSCEV(BO->Op)) { in createSCEV()
8564 const SCEV *S = getExistingSCEV(V); in forgetBlockAndLoopDispositions()
12450 auto *Numerator = getExistingSCEV(LL); in isImpliedViaOperations()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolution.h2043 const SCEV *getExistingSCEV(Value *V);