Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp357 ArrayRef<const Record *> IndexRows; in emitLookupFunction() local
364 IndexRows = Table.Entries; in emitLookupFunction()
408 IndexRows = IndexRowsStorage; in emitLookupFunction()
416 int64_t FirstKeyVal = getNumericKey(Index, IndexRows[0]); in emitLookupFunction()
418 for (const auto &[Idx, IndexRow] : enumerate(IndexRows)) { in emitLookupFunction()
429 Index.Loc, Field, IndexRows[0]->getValueInit(Field.Name)); in emitLookupFunction()
431 Index.Loc, Field, IndexRows.back()->getValueInit(Field.Name)); in emitLookupFunction()