Lines Matching refs:Subrange
1016 const DISubrange *Subrange = cast<DISubrange>(Element);1017 assert(Subrange->getLowerBound() == 0 &&1019 int64_t Count = Subrange->getCount();1023 // FIXME: Make front-end support VLA subrange and emit LF_DIMVARLU.