Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h475 using SubscriptsTy = SmallVector<const SCEV *, 4>; variable
588 SubscriptsTy Subscripts;
886 iterator_range<SubscriptsTy::const_iterator> subscripts() const { in subscripts()