Searched refs:IndexUB (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetFeatureInfo.cpp69 uint64_t IndexUB = 0; local
71 if (IndexUB <= SF.second.Index)
72 IndexUB = SF.second.Index+1;
75 if (IndexUB > 0)
76 Names.resize(IndexUB);
81 for (uint64_t I = 0; I < IndexUB; ++I)

Completed in 54 milliseconds