Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1092 const SCEV *getExistingSCEV(Value *V);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolution.h1764 const SCEV *getExistingSCEV(Value *V);
/external/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolution.h1900 const SCEV *getExistingSCEV(Value *V);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp3909 const SCEV *S = getExistingSCEV(V); in getSCEV()
3938 const SCEV *ScalarEvolution::getExistingSCEV(Value *V) { in getExistingSCEV() function in ScalarEvolution
6208 if (auto *OpSCEV = getExistingSCEV(BO->Op)) { in createSCEV()
6253 if (auto *OpSCEV = getExistingSCEV(BO->Op)) { in createSCEV()
10363 auto *Numerator = getExistingSCEV(LL); in isImpliedViaOperations()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp3417 const SCEV *S = getExistingSCEV(V); in getSCEV()
3431 const SCEV *ScalarEvolution::getExistingSCEV(Value *V) { in getExistingSCEV() function in ScalarEvolution
4959 if (auto *OpSCEV = getExistingSCEV(BO->Op)) { in createSCEV()
5004 if (auto *OpSCEV = getExistingSCEV(BO->Op)) { in createSCEV()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp3870 const SCEV *S = getExistingSCEV(V); in getSCEV()
3899 const SCEV *ScalarEvolution::getExistingSCEV(Value *V) { in getExistingSCEV() function in ScalarEvolution
6375 if (auto *OpSCEV = getExistingSCEV(BO->Op)) { in createSCEV()
6420 if (auto *OpSCEV = getExistingSCEV(BO->Op)) { in createSCEV()
10821 auto *Numerator = getExistingSCEV(LL); in isImpliedViaOperations()