Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoopDependenceAnalysis.cpp158 bool LoopDependenceAnalysis::isZIVPair(const SCEV *A, const SCEV *B) const { in isZIVPair() function in LoopDependenceAnalysis
173 assert(isZIVPair(A, B) && "Attempted to ZIV-test non-ZIV SCEVs!"); in analyseZIV()
207 if (isZIVPair(A, B)) in analyseSubscript()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopDependenceAnalysis.h84 bool isZIVPair(const SCEV*, const SCEV*) const;