Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp181 const SCEV *OtherLastSubscript = Other.getLastSubscript(); in hasSpacialReuse() local
183 SE.getMinusSCEV(LastSubscript, OtherLastSubscript)); in hasSpacialReuse()
188 << *LastSubscript << "\n\t" << OtherLastSubscript in hasSpacialReuse()