Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoopDependenceAnalysis.cpp260 bIdx = bGEP->idx_begin(), in analysePair() local
262 aIdx != aEnd && bIdx != bEnd; in analysePair()
263 aIdx += (aIdx != aEnd), bIdx += (bIdx != bEnd)) { in analysePair()
265 const SCEV* bSCEV = (bIdx != bEnd) ? SE->getSCEV(*bIdx) : GetZeroSCEV(SE); in analysePair()