Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/
DScopInfo.h466 using SubscriptsTy = SmallVector<const SCEV *, 4>; variable
579 SubscriptsTy Subscripts;
884 iterator_range<SubscriptsTy::const_iterator> subscripts() const { in subscripts()