Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp190 const SCEV *OtherLastSubscript = Other.getLastSubscript(); in hasSpacialReuse() local
192 SE.getMinusSCEV(LastSubscript, OtherLastSubscript)); in hasSpacialReuse()
197 << *LastSubscript << "\n\t" << OtherLastSubscript in hasSpacialReuse()