Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoopDependenceAnalysis.cpp107 static inline const SCEV *GetZeroSCEV(ScalarEvolution *SE) { in GetZeroSCEV() function
264 const SCEV* aSCEV = (aIdx != aEnd) ? SE->getSCEV(*aIdx) : GetZeroSCEV(SE); in analysePair()
265 const SCEV* bSCEV = (bIdx != bEnd) ? SE->getSCEV(*bIdx) : GetZeroSCEV(SE); in analysePair()