Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp189 const SCEV *LastSubscript = getLastSubscript(); in hasSpacialReuse()
190 const SCEV *OtherLastSubscript = Other.getLastSubscript(); in hasSpacialReuse()
507 const SCEV *LastSubscript = getLastSubscript(); in getLastCoefficient()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h67 const SCEV *getLastSubscript() const { in getLastSubscript() function