Searched refs:IndexRows (Results 1 – 1 of 1) sorted by relevance
357 ArrayRef<const Record *> IndexRows; in emitLookupFunction() local364 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()